diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2015-07-11 13:39:03 +0100 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2015-07-11 13:39:03 +0100 |
| commit | 74349b479d8ecef12ffdf9777b763be534856f0b (patch) | |
| tree | 148444a0a4788d9d186f12bfd48e20056881f029 | |
| parent | a65e8a9a730bc8c0e2941df66057a7e980b96a73 (diff) | |
| download | packages-74349b479d8ecef12ffdf9777b763be534856f0b.tar.gz packages-74349b479d8ecef12ffdf9777b763be534856f0b.zip | |
Merges #207 manually
| -rw-r--r-- | packages.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/packages.json b/packages.json index f03c26a..cc0bd14 100644 --- a/packages.json +++ b/packages.json @@ -1839,5 +1839,14 @@ "description": "Generate and parse Mac OS X .plist files in Nim.", "license": "MIT", "web": "https://github.com/yglukhov/plists" + }, + { + "name": "ncurses", + "url": "git://github.com/rnowley/nim-ncurses/", + "method": "git", + "tags": ["library", "terminal", "graphics", "wrapper"], + "description": "A wrapper for NCurses", + "license": "MIT", + "web": "https://github.com/rnowley/nim-ncurses" } ] |
