diff options
| author | Charles Blake <cblake@csail.mit.edu> | 2015-12-31 13:33:07 -0500 |
|---|---|---|
| committer | Charles Blake <cblake@csail.mit.edu> | 2015-12-31 13:33:07 -0500 |
| commit | 24cdc93c1f4edb2d29246d613e1838238c646f61 (patch) | |
| tree | ed3531c1b3f6af7911e3f787071259f03d60a237 | |
| parent | ba4107a37f064cb92580f87cf98125d812c6670b (diff) | |
| download | packages-24cdc93c1f4edb2d29246d613e1838238c646f61.tar.gz packages-24cdc93c1f4edb2d29246d613e1838238c646f61.zip | |
Add entry for cligen.
| -rw-r--r-- | packages.json | 16 |
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" } ] |
