aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Novak <john@johnnovak.net>2019-07-13 16:37:36 +1000
committerMiran <narimiran@disroot.org>2019-07-13 08:37:36 +0200
commitad1e44fbb394201d23a0e37d79cd94244ba928c2 (patch)
treeeb607bf8026f8474290713e60d274b793bd18940
parent17428fb2de2de8fa3a1022fa53bd6e061a97d672 (diff)
downloadpackages-ad1e44fbb394201d23a0e37d79cd94244ba928c2.tar.gz
packages-ad1e44fbb394201d23a0e37d79cd94244ba928c2.zip
Added package illwill (#1115)
-rw-r--r--packages.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index ef11d21..15a1ef5 100644
--- a/packages.json
+++ b/packages.json
@@ -13740,5 +13740,19 @@
"description": "A build tool for Neverwinter Nights projects",
"license": "MIT",
"web": "https://github.com/squattingmonk/nasher.nim"
+ },
+ {
+ "name": "illwill",
+ "url": "https://github.com/johnnovak/illwill",
+ "method": "git",
+ "tags": [
+ "terminal",
+ "console",
+ "curses",
+ "ui"
+ ],
+ "description": "A curses inspired simple cross-platform console library for Nim",
+ "license": "MIT",
+ "web": "https://github.com/johnnovak/illwill"
}
]