aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages.json9
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"
}
]