Added package args (#2980)

This commit is contained in:
Tony Walker 2025-02-02 07:09:38 +02:00 committed by GitHub
parent 0e50da3859
commit c094a5a54d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -34558,18 +34558,38 @@
"name": "errorcodes",
"url": "https://github.com/nim-lang/errorcodes.git",
"method": "git",
"tags": ["errorcode", "errno", "statuscode", "httpstatuscode", "httpcode"],
"tags": [
"errorcode",
"errno",
"statuscode",
"httpstatuscode",
"httpcode"
],
"description": "Errorcodes maps Nim error states and POSIX and HTTP error codes to a single common enum. It can be used as an alternative to exceptions.",
"license": "MIT",
"license": "MIT",
"web": "https://github.com/nim-lang/errorcodes"
},
{
"name": "nimony",
"url": "https://github.com/nim-lang/nimony.git",
"method": "git",
"tags": ["Nim compiler"],
"tags": [
"Nim compiler"
],
"description": "Nimony is a new Nim implementation that is in heavy development.",
"license": "MIT",
"web": "https://github.com/nim-lang/nimony"
},
{
"name": "args",
"url": "https://github.com/threatfender/args",
"method": "git",
"tags": [
"cli",
"args"
],
"description": "argv and argc for command line arguments",
"license": "MIT",
"web": "https://github.com/threatfender/args"
}
]