From 4dead921a552be5c8d6294f4aa78ae1b400bdd79 Mon Sep 17 00:00:00 2001 From: Samadi van Koten Date: Fri, 25 Nov 2016 18:05:38 +0000 Subject: [PATCH] Add nimbox, a simple termbox wrapper --- packages.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) 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" } ]