diff --git a/README.md b/README.md index c564f29..aabbd5c 100644 --- a/README.md +++ b/README.md @@ -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.