Add nim-compose and yaclap (#3084)

* Add nim-compose and yaclap

* Update packages.json
This commit is contained in:
ShalokShalom 2025-07-29 13:51:13 +02:00 committed by GitHub
parent 1eee92e5a3
commit 41af16c29d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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",