mirror of
https://github.com/vlang/awesome-v.git
synced 2023-08-10 21:13:23 +03:00
Remove duplicated sections
This commit is contained in:
parent
4d2b2d5f22
commit
1b4c2970a2
13
README.md
13
README.md
@ -39,12 +39,8 @@ A curated list of awesome V frameworks, libraries, software and resources.
|
|||||||
|
|
||||||
## Applications
|
## Applications
|
||||||
|
|
||||||
### Package manager
|
### Interpreters/Compilers
|
||||||
* [vpkg](https://github.com/vpkg-project/vpkg) - An alternative package manager for V.
|
* [v](https://github.com/vlang/v) - V itself. Simple, fast, safe, compiled language for developing maintainable software.
|
||||||
* [vpm](https://github.com/yue-best-practices/vpm) - The V language package management tool written in V.
|
|
||||||
|
|
||||||
### Interpreters/Compilers
|
|
||||||
* [v](https://github.com/vlang/v) - V itself. Simple, fast, safe, compiled language for developing maintainable software.
|
|
||||||
* [vbf](https://github.com/vpervenditti/vbf) - A brainfuck interpreter/compiler.
|
* [vbf](https://github.com/vpervenditti/vbf) - A brainfuck interpreter/compiler.
|
||||||
* [monkey_v](https://github.com/Delta456/monkey_v) - Implementation of [Thorsten Ball's Monkey Language](https://interpreterbook.com/) in V.
|
* [monkey_v](https://github.com/Delta456/monkey_v) - Implementation of [Thorsten Ball's Monkey Language](https://interpreterbook.com/) in V.
|
||||||
* [vcc](https://github.com/lemoncmd/vcc) - a C compiler written in V.
|
* [vcc](https://github.com/lemoncmd/vcc) - a C compiler written in V.
|
||||||
@ -114,11 +110,6 @@ A curated list of awesome V frameworks, libraries, software and resources.
|
|||||||
### Operating System
|
### Operating System
|
||||||
* [clipboard](https://github.com/vlang/v/tree/master/vlib/clipboard) - V module for interacting with the OS clipboard. Fully cross-platform.
|
* [clipboard](https://github.com/vlang/v/tree/master/vlib/clipboard) - V module for interacting with the OS clipboard. Fully cross-platform.
|
||||||
|
|
||||||
### Text processing
|
|
||||||
* [v-regex](https://github.com/spytheman/v-regex) - A simple regex library for V.
|
|
||||||
* [chalk](https://github.com/etienne-napoleone/chalk) - Colorize strings in the terminal.
|
|
||||||
* [crayon](https://github.com/thecodrr/crayon) - 🖍️ Paint your terminal output like Picasso 🎨
|
|
||||||
|
|
||||||
### Automation
|
### Automation
|
||||||
* [vrobot](https://github.com/eioo/vrobot) - Desktop automation for V. Only supports Windows.
|
* [vrobot](https://github.com/eioo/vrobot) - Desktop automation for V. Only supports Windows.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user