diff options
| author | John Novak <john@johnnovak.net> | 2019-07-13 16:37:36 +1000 |
|---|---|---|
| committer | Miran <narimiran@disroot.org> | 2019-07-13 08:37:36 +0200 |
| commit | ad1e44fbb394201d23a0e37d79cd94244ba928c2 (patch) | |
| tree | eb607bf8026f8474290713e60d274b793bd18940 | |
| parent | 17428fb2de2de8fa3a1022fa53bd6e061a97d672 (diff) | |
| download | packages-ad1e44fbb394201d23a0e37d79cd94244ba928c2.tar.gz packages-ad1e44fbb394201d23a0e37d79cd94244ba928c2.zip | |
Added package illwill (#1115)
| -rw-r--r-- | packages.json | 14 |
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" } ] |
