aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2015-06-21 13:52:21 +0100
committerDominik Picheta <dominikpicheta@googlemail.com>2015-06-21 13:52:21 +0100
commit0a61caf3c86cd96b8b4988dc443cadf9315071d0 (patch)
treed1eddf176c50c7d4b1162ff52323d3f725133d8f
parent76c9138c0931507a61cb03ee226a04f6dbe0319d (diff)
parent3c75d95d9a7c51b82215ae1d6a1fb06289fc8f08 (diff)
downloadpackages-0a61caf3c86cd96b8b4988dc443cadf9315071d0.tar.gz
packages-0a61caf3c86cd96b8b4988dc443cadf9315071d0.zip
Merge pull request #195 from Araq/master
added redis, niminst, dialogs packages
-rw-r--r--packages.json27
1 files changed, 27 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 5b7a8d4..866c36c 100644
--- a/packages.json
+++ b/packages.json
@@ -742,6 +742,33 @@
"web": "https://github.com/flyx/emerald"
},
{
+ "name": "niminst",
+ "url": "git://github.com/nim-lang/niminst",
+ "method": "git",
+ "tags": ["app", "binary", "tool", "installation", "generator", "nim"],
+ "description": "tool to generate installers for Nim programs",
+ "license": "MIT",
+ "web": "https://github.com/nim-lang/niminst"
+ },
+ {
+ "name": "redis",
+ "url": "git://github.com/nim-lang/redis",
+ "method": "git",
+ "tags": ["redis", "client", "library"],
+ "description": "official redis client for Nim",
+ "license": "MIT",
+ "web": "https://github.com/nim-lang/redis"
+ },
+ {
+ "name": "dialogs",
+ "url": "git://github.com/nim-lang/dialogs",
+ "method": "git",
+ "tags": ["library", "ui", "gui", "dialog", "file"],
+ "description": "wraps GTK+ or Windows' open file dialogs",
+ "license": "MIT",
+ "web": "https://github.com/nim-lang/dialogs"
+ },
+ {
"name": "vectors",
"url": "git://github.com/blamestross/nimrod-vectors",
"method": "git",