aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2016-11-25 20:44:28 +0100
committerGitHub <noreply@github.com>2016-11-25 20:44:28 +0100
commit06ed47325e01b3f3d20a690572b89e48077a92c7 (patch)
treeb7eb613cba8b6de98e709decc7f9255a88bfa38d
parentbc7a4ef562295cdfd651ed3a75b24738e1c6f6da (diff)
parent4dead921a552be5c8d6294f4aa78ae1b400bdd79 (diff)
downloadpackages-06ed47325e01b3f3d20a690572b89e48077a92c7.tar.gz
packages-06ed47325e01b3f3d20a690572b89e48077a92c7.zip
Merge pull request #426 from vktec/master
Add nimbox, a simple termbox wrapper
-rw-r--r--packages.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index f40d353..031d41b 100644
--- a/packages.json
+++ b/packages.json
@@ -5465,5 +5465,22 @@
"description": "ForestDB is fast key-value storage engine that is based on a Hierarchical B+-Tree based Trie, or HB+-Trie.",
"license": "Apache License 2.0",
"web": "https://github.com/nimscale/forestdb"
+ },
+ {
+ "name": "nimbox",
+ "url": "https://notabug.org/vktec/nimbox.git",
+ "method": "git",
+ "tags": [
+ "library",
+ "wrapper",
+ "termbox",
+ "commandline",
+ "ui",
+ "tui",
+ "gui"
+ ],
+ "description": "A Rustbox-inspired termbox wrapper",
+ "license": "GPLv3",
+ "web": "https://notabug.org/vktec/nimbox"
}
]