diff options
| author | fenekku <fenekku@fenekku.com> | 2013-12-08 14:39:38 -0500 |
|---|---|---|
| committer | fenekku <fenekku@fenekku.com> | 2013-12-08 14:39:38 -0500 |
| commit | eb7de6fa81c4345f8e77f7b44c3f8c4d482d7294 (patch) | |
| tree | e86a8d340a63d40e7a39d8f2d3916cd3d64be03a | |
| parent | ab1995eedd46a55ba99f676474d03380a6269e69 (diff) | |
| download | packages-eb7de6fa81c4345f8e77f7b44c3f8c4d482d7294.tar.gz packages-eb7de6fa81c4345f8e77f7b44c3f8c4d482d7294.zip | |
Added commandeer
| -rw-r--r-- | packages.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 07a6027..83c93a3 100644 --- a/packages.json +++ b/packages.json @@ -453,6 +453,15 @@ "tags": ["library", "wrapper", "binding", "audio", "sound", "media", "io"], "description": "Binding to portaudio", "license": "CC0" + }, + + { + "name": "commandeer", + "url": "git://github.com/fenekku/commandeer", + "method": "git", + "tags": ["library", "commandline", "arguments", "switches", "parsing", "options"], + "description": "Provides a small command line parsing DSL (domain specific language)", + "license": "MIT" } ] |
