From 41af16c29dcc5c8bcacb2c5f52664b70b5d2d15f Mon Sep 17 00:00:00 2001 From: ShalokShalom Date: Tue, 29 Jul 2025 13:51:13 +0200 Subject: [PATCH] Add nim-compose and yaclap (#3084) * Add nim-compose and yaclap * Update packages.json --- packages.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/packages.json b/packages.json index 99151b7..2a86407 100644 --- a/packages.json +++ b/packages.json @@ -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",