Update packages.json (#2979)

* Update packages.json
This commit is contained in:
Andreas Rumpf 2025-01-30 12:32:28 +01:00 committed by GitHub
parent 2ec3e27858
commit 0e50da3859
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -34562,5 +34562,14 @@
"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"
},
{
"name": "nimony",
"url": "https://github.com/nim-lang/nimony.git",
"method": "git",
"tags": ["Nim compiler"],
"description": "Nimony is a new Nim implementation that is in heavy development.",
"license": "MIT",
"web": "https://github.com/nim-lang/nimony"
}
]