diff --git a/packages.json b/packages.json index 3a01d8dd..374374c8 100644 --- a/packages.json +++ b/packages.json @@ -33912,5 +33912,18 @@ "description": "Native Wayland client library", "license": "Unlicense", "web": "https://git.sr.ht/~ehmry/wayland-nim" + }, + { + "name": "nclap", + "url": "https://github.com/AinTEAsports/nclap", + "method": "git", + "tags": [ + "cli", + "argument", + "parser" + ], + "description": "A simple clap-like command line argument parser written in Nim", + "license": "MIT", + "web": "https://github.com/AinTEAsports/nclap" } ]