mirror of
https://github.com/logos-messaging/packages.git
synced 2026-01-05 23:53:08 +00:00
added redis, niminst, dialogs packages
This commit is contained in:
parent
4af0465ecb
commit
3a02750c1f
@ -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"
|
||||
}
|
||||
]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user