aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2016-03-11 10:30:35 +0000
committerDominik Picheta <dominikpicheta@googlemail.com>2016-03-11 10:30:35 +0000
commite99127999bbc320faf3b15e1fd39a47be3b6e8df (patch)
treead0c279390b48e16a0bf343c2d9aee47c40a1f3b
parentf8b65fca48964e4c423fd5d08146523d029849af (diff)
parent4b8057aa017344cdfc7d8cdc5959e1ba8eb91ec1 (diff)
downloadpackages-e99127999bbc320faf3b15e1fd39a47be3b6e8df.tar.gz
packages-e99127999bbc320faf3b15e1fd39a47be3b6e8df.zip
Merge pull request #324 from vegansk/master
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"
}
]