aboutsummaryrefslogtreecommitdiff
path: root/packages.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages.json')
-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"
}
]