From f21b491790db53164395f31e3fcbc5a02136eb8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20ldev?= Date: Wed, 10 Jan 2024 00:20:25 -0300 Subject: [PATCH 1/3] added winreg --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b9aba73..5251aa2 100644 --- a/README.md +++ b/README.md @@ -234,6 +234,7 @@ - [clipboard](https://github.com/vlang/v/tree/master/vlib/clipboard) - V module for interacting with the OS clipboard. Fully cross-platform. - [mmap](https://github.com/jdonnerstag/vlang-mmap) - Provide native V-lang support for memory-mapping on Linux and Windows. - [vlipboard](https://github.com/asvvvad/vlipboard) - An easy to use wrapper of clipboard with Wayland and Termux support. +- [winreg](https://github.com/ldedev/WindowsRegistry) - MS Windows Registry API. (WIP) ### Scientific computing From 64d8f75af5b84f08faf929e3eb3bdabd1c0d20e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20ldev?= Date: Wed, 10 Jan 2024 00:25:11 -0300 Subject: [PATCH 2/3] added ini-v --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5251aa2..2a99b5d 100644 --- a/README.md +++ b/README.md @@ -136,6 +136,7 @@ - [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. - [vproto](https://github.com/emily33901/vproto) - Protobuf compiler and runtime in V. +- [ini-v](https://github.com/ldedev/ini-v) - Simple and practical module for manipulating ini/cfg file. ### Utilities From 5d96980f9dcd462fa67aedf8734e01172ae02480 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20ldev?= Date: Wed, 10 Jan 2024 00:27:34 -0300 Subject: [PATCH 3/3] Revert "added ini-v" This reverts commit 64d8f75af5b84f08faf929e3eb3bdabd1c0d20e6. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 2a99b5d..5251aa2 100644 --- a/README.md +++ b/README.md @@ -136,7 +136,6 @@ - [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. - [vproto](https://github.com/emily33901/vproto) - Protobuf compiler and runtime in V. -- [ini-v](https://github.com/ldedev/ini-v) - Simple and practical module for manipulating ini/cfg file. ### Utilities