From 24cdc93c1f4edb2d29246d613e1838238c646f61 Mon Sep 17 00:00:00 2001 From: Charles Blake Date: Thu, 31 Dec 2015 13:33:07 -0500 Subject: [PATCH] Add entry for cligen. --- packages.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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" } ]