Package Manager for the V Language
Discover new packages from open-source collaborators. Become a contributor and enhance our community with your work. It's all about exploring, learning, and growing together.
Popular categories
New packages
Most downloaded
Recently updated
makes user input easier for questions or smth LOL
A lightweight functional HTML builder. Unlike traditional template engines that compile templates, VML works as a runtime builder that allows you to construct HTML documents, components, and directives programmatically with minimal boilerplate.
A lightweight and flexible lexer for Vlang.
Curve448 is a high-security elliptic curve cryptography (ECC) curve, designed for use with the Elliptic Curve Diffie-Hellman (ECDH) key exchange scheme. It offers a security level equivalent to 224 bits, making it suitable for applications requiring strong encryption and secure communication.
A modular, full-featured, developer-first web framework, with built-in auth & RBAC, and an expressive ORM.
An experimental XML encoder for V
Golang library
A WIP module for creating ZIP archives
Argon2 password hashing library (RFC 9106 compliant)
# Von - Veasally Object Notation Von is yet another <language>-y object notation language, but this time for Vlang. Von's is also *fast*: ``` $ sh benchmark.sh Benchmark: 100000 runs on dataset.von Total Runtime: 34:08.589 Average Runtime: 20.485ms $ du dataset.von -h 168K dataset.von ``` This benchmark ran over the course of 34 minutes parsing a 11K LOC Von 100k times. The file contained "bells and whistles" in the syntax (commas, map type declarations, etc) to make it a little more tough on the parser. This was compiled **without optimizations**. To run the benchmark for yourself, clone the repo and `cd benchmark`, then run `benchmark.sh`. It will take a *while* by default. If you want to speed it up, you can reduce the amount of test iterations in `benchmark.vsh` or make the
Scratchy - Get Scratch info about users or projects Using Scratch API for getting information about a user or a project Also using Scratch's session server, you can login using a token (that will be retrieved trough the session server, to get more info like if you're a new Scratcher, or if you are banned (but are you...?)
V Scientific Library
Utility functions for V
The Redis client is a software tool that allows you to connect to a Redis database over the network, send commands, and receive responses.
V bindings to quickjs javascript engine. Run JS in V.
GLFW bindings
makes user input easier for questions or smth LOL
A lightweight functional HTML builder. Unlike traditional template engines that compile templates, VML works as a runtime builder that allows you to construct HTML documents, components, and directives programmatically with minimal boilerplate.
A lightweight and flexible lexer for Vlang.
Curve448 is a high-security elliptic curve cryptography (ECC) curve, designed for use with the Elliptic Curve Diffie-Hellman (ECDH) key exchange scheme. It offers a security level equivalent to 224 bits, making it suitable for applications requiring strong encryption and secure communication.
A modular, full-featured, developer-first web framework, with built-in auth & RBAC, and an expressive ORM.
An experimental XML encoder for V
Golang library
A WIP module for creating ZIP archives
Argon2 password hashing library (RFC 9106 compliant)
# Von - Veasally Object Notation Von is yet another <language>-y object notation language, but this time for Vlang. Von's is also *fast*: ``` $ sh benchmark.sh Benchmark: 100000 runs on dataset.von Total Runtime: 34:08.589 Average Runtime: 20.485ms $ du dataset.von -h 168K dataset.von ``` This benchmark ran over the course of 34 minutes parsing a 11K LOC Von 100k times. The file contained "bells and whistles" in the syntax (commas, map type declarations, etc) to make it a little more tough on the parser. This was compiled **without optimizations**. To run the benchmark for yourself, clone the repo and `cd benchmark`, then run `benchmark.sh`. It will take a *while* by default. If you want to speed it up, you can reduce the amount of test iterations in `benchmark.vsh` or make the