mirror of
https://github.com/logos-messaging/packages.git
synced 2026-01-02 22:23:06 +00:00
Added package args (#2980)
This commit is contained in:
parent
0e50da3859
commit
c094a5a54d
@ -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"
|
||||
}
|
||||
]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user