aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2016-01-01 18:47:10 +0000
committerDominik Picheta <dominikpicheta@googlemail.com>2016-01-01 18:47:10 +0000
commite2c68a4df1de2fb7edb0b2a6be3e30dd74a761a4 (patch)
treeed3531c1b3f6af7911e3f787071259f03d60a237
parentba4107a37f064cb92580f87cf98125d812c6670b (diff)
parent24cdc93c1f4edb2d29246d613e1838238c646f61 (diff)
downloadpackages-e2c68a4df1de2fb7edb0b2a6be3e30dd74a761a4.tar.gz
packages-e2c68a4df1de2fb7edb0b2a6be3e30dd74a761a4.zip
Merge pull request #301 from c-blake/master
Add entry for cligen.
-rw-r--r--packages.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index a373159..eaeb0c2 100644
--- a/packages.json
+++ b/packages.json
@@ -3883,5 +3883,21 @@
"description": "A higher-level wrapper for the Python Programing Language",
"license": "MIT",
"web": "https://github.com/marcoapintoo/nim-pythonize"
+ },
+ {
+ "name": "cligen",
+ "url": "https://github.com/c-blake/cligen.git",
+ "method": "git",
+ "tags": [
+ "library",
+ "commandline",
+ "arguments",
+ "switches",
+ "parsing",
+ "options"
+ ],
+ "description": "Infer & generate command-line interace/option/argument parsers",
+ "license": "MIT",
+ "web": "https://github.com/c-blake/cligen"
}
]