aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Blake <cblake@csail.mit.edu>2015-12-31 13:33:07 -0500
committerCharles Blake <cblake@csail.mit.edu>2015-12-31 13:33:07 -0500
commit24cdc93c1f4edb2d29246d613e1838238c646f61 (patch)
treeed3531c1b3f6af7911e3f787071259f03d60a237
parentba4107a37f064cb92580f87cf98125d812c6670b (diff)
downloadpackages-24cdc93c1f4edb2d29246d613e1838238c646f61.tar.gz
packages-24cdc93c1f4edb2d29246d613e1838238c646f61.zip
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"
}
]