Add nim-compose and yaclap (#3084)

* Add nim-compose and yaclap

* Update packages.json
This commit is contained in:
ShalokShalom
2025-07-29 19:51:13 +08:00
committed by GitHub
parent 1eee92e5a3
commit 41af16c29d
+26
View File
@@ -1,4 +1,30 @@
[
{
"name": "yaclap",
"url": "https://codeberg.org/emanresu3/yaclap",
"method": "git",
"tags": [
"console",
"command-line",
"cli"
],
"description": "Yet another command line argument parser for Nim.",
"license": "MIT",
"web": "https://codeberg.org/emanresu3/yaclap"
},
{
"name": "nim-compose",
"url": "https://codeberg.org/emanresu3/nim-compose",
"method": "git",
"tags": [
"functional",
"pipeline",
"composition"
],
"description": "Composition operators for Nim.",
"license": "MIT",
"web": "https://codeberg.org/emanresu3/nim-compose"
},
{
"name": "vexhost",
"url": "https://github.com/roger-padrell/vexhost",