aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2013-07-02 11:29:24 -0700
committerDominik Picheta <dominikpicheta@googlemail.com>2013-07-02 11:29:24 -0700
commitab31134b2ffd7b0f4e1751d416baee71cd755a5b (patch)
tree0d1166296ef4f5737743c065cdf567759ab3dd5d
parent11e0335dca89b3f967661cc9980763c98173ca06 (diff)
parent142fc0f35a0c90e6cce5725b933b3230bf4c6ff5 (diff)
downloadpackages-ab31134b2ffd7b0f4e1751d416baee71cd755a5b.tar.gz
packages-ab31134b2ffd7b0f4e1751d416baee71cd755a5b.zip
Merge pull request #21 from fowlmouth/patch-7
Adds termbox wrapper package.
-rw-r--r--packages.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index df90247..222e275 100644
--- a/packages.json
+++ b/packages.json
@@ -132,6 +132,15 @@
"tags": ["library", "audio"],
"description": "A libao wrapper for the Nimrod programming language",
"license": "MIT"
+ },
+
+ {
+ "name": "termbox",
+ "url": "git://github.com/fowlmouth/nim-termbox",
+ "method": "git",
+ "tags": ["library", "terminal", "io"],
+ "description": "Termbox wrapper.",
+ "license": "MIT"
}
]