Package Manager for the V Language
Instantly publish your packages and install them. Become a contributor and enhance our community with your work. Use the API to interact and find out more information about available packages.
Popular categories
This is a simple implementation of a Goal-Oriented Action Planning (GOAP) library in the V programming language. This library provides basic data structures and algorithms for representing and reasoning about goals and actions in a planning problem.
A RedBlack Tree implementation in VLang
TinySoundFont synthesizer
GraphQL language parser and schema execute package. For more information see the GraphQL spec: https://graphql.org/ The library is inspired by the GraphQL.js package.
Client side Mastodon API for the V programming language
PCRE2, a regular expression pattern matching library using the same syntax and semantics as Perl 5.
Vibe is a request library that wraps libcurl to enable fast and reliable requests while providing a higher-level API.
VAdbLib allows you to use ADB commands in your V language projects.
A static spacial index for 2D points in V
test
A machine learning (ML) library for classification using a nearest neighbor algorithm based on Hamming distances. You can incorporate the `VHamML` functions into your own code, or use the included Command Line Interface app (`src/vhamml.v`).
GraphQL language parser and schema execute package. For more information see the GraphQL spec: https://graphql.org/ The library is inspired by the GraphQL.js package.
Provides shared code for writing command-line tools.
Detect bots via user agents and requested URLs
simple term lib. ### Select ```v import sterm { Selection } fn main() { mut sel := Selection{ items: ['a', 'b', 'c'] idx: 0 hide_cursor: true } sel.draw() sel.run() println('You selected "${sel.value()}"') } ```
dotenv for V
os.args parser
Super simple interface to send discord messages through webhooks in vlang
Loads and strictly parses .env file contents, sets environment variables.
System information module based on WMI