added redis, niminst, dialogs packages

This commit is contained in:
Araq 2015-06-21 14:32:13 +02:00
parent 4af0465ecb
commit 3a02750c1f

View File

@ -759,5 +759,32 @@
"description": "macro-based HTML templating engine",
"license": "WTFPL",
"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"
}
]