aboutsummaryrefslogtreecommitdiff
path: root/packages.json
diff options
context:
space:
mode:
authorJamesP <jlp765@gmail.com>2015-10-16 09:44:34 +1000
committerJamesP <jlp765@gmail.com>2015-10-16 09:44:34 +1000
commit33a2d012092bfb3cc16df8bbc5cadc5e1730abb2 (patch)
treefbda4cf8a843cd4ec5e930069850fca755ef6432 /packages.json
parentf4831c3218b494605b71c74da366e522935e2215 (diff)
downloadpackages-33a2d012092bfb3cc16df8bbc5cadc5e1730abb2.tar.gz
packages-33a2d012092bfb3cc16df8bbc5cadc5e1730abb2.zip
add tnim nimble package (Nim REPL)
Diffstat (limited to 'packages.json')
-rw-r--r--packages.json17
1 files changed, 17 insertions, 0 deletions
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"
}
]