Skip to content

Commit

Permalink
Update packages.json (#2978)
Browse files Browse the repository at this point in the history
* Update packages.json

Added errorcodes as a package.

---------

Co-authored-by: ringabout <[email protected]>
  • Loading branch information
Araq and ringabout authored Jan 30, 2025
1 parent 858c25a commit 2ec3e27
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -34553,5 +34553,14 @@
"description": "A collection of cryptographic and non-cryptographic hashing routines which have been ported to native Nim",
"license": "MIT",
"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"
}
]

0 comments on commit 2ec3e27

Please sign in to comment.