1
0
mirror of https://github.com/vlang/awesome-v.git synced 2023-08-10 21:13:23 +03:00

added v-args; vpkg; v-regex; rosetta-code-v

This commit is contained in:
RustemB 2019-07-04 10:49:44 +05:00
parent 82d8ad627b
commit 4064a0a5c1

View File

@ -1,2 +1,33 @@
# 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.