From 33a2d012092bfb3cc16df8bbc5cadc5e1730abb2 Mon Sep 17 00:00:00 2001 From: JamesP Date: Fri, 16 Oct 2015 09:44:34 +1000 Subject: [PATCH] add tnim nimble package (Nim REPL) --- packages.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/packages.json b/packages.json index 355c8dd..ea723f4 100644 --- a/packages.json +++ b/packages.json @@ -3392,5 +3392,22 @@ "license": "MIT", "web": "https://github.com/rgv151/daemonize.nim" + }, + { + "name": "tnim", + "url": "https://github.com/jlp765/tnim", + "method": "git", + "tags": [ + "REPL", + "sandbox", + "interactive", + "compiler", + "code", + "language", + "Nim" + ], + "description": "tnim is a Nim REPL - an interactive sandbox for testing Nim code", + "license": "MIT", + "web": "https://github.com/jlp765/tnim" } ]