Added package kdialog (#779)

This commit is contained in:
Juan Carlos 2018-07-04 07:20:21 -03:00 committed by Dominik Picheta
parent 032d9bb10d
commit 60f8b6af8b

View File

@ -9727,6 +9727,37 @@
"license": "MIT",
"web": "https://github.com/QuinnFreedman/nimgraphviz"
},
{
"name": "fab",
"url": "https://github.com/icyphox/fab",
"method": "git",
"tags": [
"colors",
"terminal",
"formatting",
"text",
"fun"
],
"description": "Print fabulously in your terminal",
"license": "MIT",
"web": "https://github.com/icyphox/fab"
},
{
"name": "kdialog",
"url": "https://github.com/juancarlospaco/nim-kdialog",
"method": "git",
"tags": [
"kdialog",
"qt5",
"kde",
"gui",
"easy",
"qt"
],
"description": "KDialog Qt5 Wrapper, easy API, KISS design",
"license": "LGPLv3",
"web": "https://github.com/juancarlospaco/nim-kdialog"
},
{
"name": "fab",
"url": "https://github.com/icyphox/fab",