From 3c2d56bbaaff581963222b14b5f46004823750c1 Mon Sep 17 00:00:00 2001 From: AinTea <94745438+AinTEAsports@users.noreply.github.com> Date: Mon, 12 Aug 2024 03:18:37 +0200 Subject: [PATCH] Added package nclap (#2914) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 3a01d8d..374374c 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" } ]