From eb7de6fa81c4345f8e77f7b44c3f8c4d482d7294 Mon Sep 17 00:00:00 2001 From: fenekku Date: Sun, 8 Dec 2013 14:39:38 -0500 Subject: [PATCH] Added commandeer --- packages.json | 9 +++++++++ 1 file changed, 9 insertions(+) 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" } ]