diff options
| author | Juan Carlos <juancarlospaco@gmail.com> | 2018-07-04 07:20:21 -0300 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-07-04 11:20:21 +0100 |
| commit | 60f8b6af8b313032e9248a3a3cc9ba4f66f747d8 (patch) | |
| tree | 262ef128d855bb54b8a30e2ecb7085c92eaf7984 | |
| parent | 032d9bb10dc9fa563ff41f984b41b20e6b0b9ed6 (diff) | |
| download | packages-60f8b6af8b313032e9248a3a3cc9ba4f66f747d8.tar.gz packages-60f8b6af8b313032e9248a3a3cc9ba4f66f747d8.zip | |
Added package kdialog (#779)
| -rw-r--r-- | packages.json | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 87d8b91..6956618 100644 --- a/packages.json +++ b/packages.json @@ -9728,6 +9728,37 @@ "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", "method": "git", |
