From 0e50da3859781e952dc28f513f38b9102cfbdf73 Mon Sep 17 00:00:00 2001 From: Andreas Rumpf Date: Thu, 30 Jan 2025 12:32:28 +0100 Subject: [PATCH] Update packages.json (#2979) * Update packages.json --- packages.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/packages.json b/packages.json index 4f7632eb..816c8132 100644 --- a/packages.json +++ b/packages.json @@ -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" } ]