diff options
| author | Oleh Prypin <blaxpirit@gmail.com> | 2015-01-19 12:08:10 +0200 |
|---|---|---|
| committer | Oleh Prypin <blaxpirit@gmail.com> | 2015-01-19 12:08:10 +0200 |
| commit | c3af5ec584de2c96caebc1b8894a90b7f89db032 (patch) | |
| tree | 4f16fcab0177468d5db8754bf4ca0085955d05ca | |
| parent | f78fffe94b332ac99831ec6ec406f59021c9650b (diff) | |
| download | packages-c3af5ec584de2c96caebc1b8894a90b7f89db032.tar.gz packages-c3af5ec584de2c96caebc1b8894a90b7f89db032.zip | |
Add "docopt"
| -rw-r--r-- | packages.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 5d3c315..013c558 100644 --- a/packages.json +++ b/packages.json @@ -1146,5 +1146,14 @@ "description": "A better regular expression library", "license": "MIT", "web": "https://github.com/flaviut/nre" + }, + { + "name": "docopt", + "url": "git://github.com/docopt/docopt.nim", + "method": "git", + "tags": ["commandline", "arguments", "parsing", "library"], + "description": "Command-line args parser based on Usage message", + "license": "MIT", + "web": "https://github.com/docopt/docopt.nim" } ] |
