Add nimbox, a simple termbox wrapper
This commit is contained in:
parent
bc7a4ef562
commit
4dead921a5
1 changed files with 17 additions and 0 deletions
|
|
@ -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"
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue