From 45492aa0635b3d3009d938566b7246f02065156e Mon Sep 17 00:00:00 2001 From: Emma Date: Mon, 30 Dec 2024 15:50:35 -0600 Subject: [PATCH] Add maple and Clockwork --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index e4a1496..179b003 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ ## Contents - [Applications](#applications) + - [Build Systems](#build-systems) - [Command-line](#command-line) - [Editors](#editors) - [Games](#games) @@ -62,6 +63,10 @@ ## Applications +### Build Systems + +- [clockwork](https://github.com/emmathemartian/clockwork) - A language-agnostic build tool wrote in V. + ### Command-line - [crepl](https://github.com/l1mey112/crepl) - Compile and execute C code on the fly as you type it. @@ -137,6 +142,7 @@ ### Serialization - [ini-v](https://github.com/ldedev/ini-v) - Simple and practical module for manipulating ini/cfg file. +- [maple](https://github.com/emmathemartian/maple) - A very simple key-value config format wrote in V. - [v-toxml](https://github.com/radare/v-toxml) - XML Serialization library for V. - [vgura](https://github.com/gura-conf/vgura) - Official Gura parser for V. - [vlang-yaml](https://github.com/jdonnerstag/vlang-yaml) - A V-native YAML reader, incl. YAML-to-JSON converter.