aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2018-03-14 13:23:51 +0000
committerGitHub <noreply@github.com>2018-03-14 13:23:51 +0000
commita8af259b008def89fc7dcce8051839eda439871e (patch)
treed0856d1ba7ee01a0de96fc55477e5e95997291c5
parentcfd17fdb8aabb7f7c66de2ce78e712a621fca27c (diff)
parent1d44d92741e2e03e3647ff471ab892baf9de80aa (diff)
downloadpackages-a8af259b008def89fc7dcce8051839eda439871e.tar.gz
packages-a8af259b008def89fc7dcce8051839eda439871e.zip
Merge pull request #679 from AndreiRegiani/master
Added package INim
-rw-r--r--packages.json13
1 files changed, 13 insertions, 0 deletions
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"
}
]