Add "docopt"

This commit is contained in:
Oleh Prypin 2015-01-19 12:08:10 +02:00
parent f78fffe94b
commit c3af5ec584

View File

@ -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"
}
]