From 74349b479d8ecef12ffdf9777b763be534856f0b Mon Sep 17 00:00:00 2001 From: Dominik Picheta Date: Sat, 11 Jul 2015 13:39:03 +0100 Subject: [PATCH] Merges #207 manually --- packages.json | 9 +++++++++ 1 file changed, 9 insertions(+) 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" } ]