mirror of
https://github.com/logos-messaging/packages.git
synced 2026-01-07 16:43:09 +00:00
Merge pull request #426 from vktec/master
Add nimbox, a simple termbox wrapper
This commit is contained in:
commit
06ed47325e
@ -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.",
|
"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",
|
"license": "Apache License 2.0",
|
||||||
"web": "https://github.com/nimscale/forestdb"
|
"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…
x
Reference in New Issue
Block a user