aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatoly Galiulin <galiulin.anatoly@gmail.com>2016-03-10 10:35:53 +0600
committerAnatoly Galiulin <galiulin.anatoly@gmail.com>2016-03-10 10:35:53 +0600
commit4b8057aa017344cdfc7d8cdc5959e1ba8eb91ec1 (patch)
treead0c279390b48e16a0bf343c2d9aee47c40a1f3b
parentf8b65fca48964e4c423fd5d08146523d029849af (diff)
downloadpackages-4b8057aa017344cdfc7d8cdc5959e1ba8eb91ec1.tar.gz
packages-4b8057aa017344cdfc7d8cdc5959e1ba8eb91ec1.zip
Add nimshell library
-rw-r--r--packages.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index a93a99a..c2f7901 100644
--- a/packages.json
+++ b/packages.json
@@ -4339,5 +4339,17 @@
"description": "Yet another iterator library",
"license": "MIT",
"web": "https://github.com/baabelfish/mangle"
+ },
+ {
+ "name": "nimshell",
+ "url": "https://github.com/vegansk/nimshell",
+ "method": "git",
+ "tags": [
+ "shell",
+ "utility"
+ ],
+ "description": "Library for shell scripting in nim",
+ "license": "MIT",
+ "web": "https://github.com/vegansk/nimshell"
}
]