Added package nclap (#2914)

This commit is contained in:
AinTea 2024-08-12 03:18:37 +02:00 committed by GitHub
parent 6428aa5def
commit 3c2d56bbaa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"
}
]