From 1d44d92741e2e03e3647ff471ab892baf9de80aa Mon Sep 17 00:00:00 2001 From: Andrei Regiani Date: Wed, 14 Mar 2018 02:04:14 +0100 Subject: [PATCH] Added INim --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index d191836..3b0b460 100644 --- a/packages.json +++ b/packages.json @@ -8667,5 +8667,18 @@ "description": "Nim Game Library", "license": "MIT", "web": "https://github.com/cavariux/nimgl" + }, + { + "name": "inim", + "url": "https://github.com/AndreiRegiani/INim", + "method": "git", + "tags": [ + "repl", + "playground", + "shell" + ], + "description": "Interactive Nim Shell", + "license": "MIT", + "web": "https://github.com/AndreiRegiani/INim" } ]