mirror of
https://github.com/logos-messaging/packages.git
synced 2026-01-05 23:53:08 +00:00
Update packages.json (#2978)
* Update packages.json Added errorcodes as a package. --------- Co-authored-by: ringabout <43030857+ringabout@users.noreply.github.com>
This commit is contained in:
parent
858c25a091
commit
2ec3e27858
@ -34553,5 +34553,14 @@
|
|||||||
"description": "A collection of cryptographic and non-cryptographic hashing routines which have been ported to native Nim",
|
"description": "A collection of cryptographic and non-cryptographic hashing routines which have been ported to native Nim",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"web": "https://github.com/IcedQuinn/icedhash"
|
"web": "https://github.com/IcedQuinn/icedhash"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "errorcodes",
|
||||||
|
"url": "https://github.com/nim-lang/errorcodes.git",
|
||||||
|
"method": "git",
|
||||||
|
"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",
|
||||||
|
"web": "https://github.com/nim-lang/errorcodes"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user