mirror of
https://github.com/vlang/awesome-v.git
synced 2023-08-10 21:13:23 +03:00
v-args; vpkg; v-regex; rosetta-code-v
This commit is contained in:
commit
267a9c90e5
33
README.md
33
README.md
@ -1,2 +1,33 @@
|
|||||||
# Awesome V
|
# Awesome V
|
||||||
A curated list of awesome V frameworks, libraries and software
|
A curated list of awesome V frameworks, libraries and software.
|
||||||
|
|
||||||
|
## Table of contents
|
||||||
|
* [Applications](#applications)
|
||||||
|
* [Package manager](#package-manager)
|
||||||
|
* [Lbraries](#libraries)
|
||||||
|
* [Command-line](#command-line)
|
||||||
|
* [Text Processing](#text-processing)
|
||||||
|
* [Other](#other)
|
||||||
|
* [Programming contests](#programming-contests)
|
||||||
|
|
||||||
|
## Applications
|
||||||
|
|
||||||
|
### Package manager
|
||||||
|
|
||||||
|
* [nedpals/vpkg](https://github.com/nedpals/vpkg) -- Toy package manager written on V.
|
||||||
|
|
||||||
|
## Libraries
|
||||||
|
|
||||||
|
### Command-line
|
||||||
|
|
||||||
|
* [nedpals/v-args](https://github.com/nedpals/v-args) -- V library for parsing arguments from argv-like arrays.
|
||||||
|
|
||||||
|
### Text processing
|
||||||
|
|
||||||
|
* [ShellBear/v-regex](https://github.com/ShellBear/v-regex) -- A simple regex library for V.
|
||||||
|
|
||||||
|
## Other
|
||||||
|
|
||||||
|
### Programming contests
|
||||||
|
|
||||||
|
* [RustemB/rosetta-code-v](https://github.com/ShellBear/v-regex) -- Solutions for Rosetta Code in V.
|
||||||
|
Loading…
Reference in New Issue
Block a user