From faa38dc6f8a64779fab10bfd1fe79e9ab0f4c4ef Mon Sep 17 00:00:00 2001 From: andri lim Date: Tue, 25 Sep 2018 22:44:17 +0700 Subject: add nim-noise package --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 26b2677..454a870 100644 --- a/packages.json +++ b/packages.json @@ -10808,5 +10808,18 @@ "description": "TinyFileDialogs for Nim.", "license": "MIT", "web": "https://github.com/juancarlospaco/nim-tinyfiledialogs" + }, + { + "name": "noise", + "url": "https://github.com/jangko/nim-noise", + "method": "git", + "tags": [ + "linenoise", + "commandline", + "repl" + ], + "description": "Nim implementation of linenoise command line editor", + "license": "MIT", + "web": "https://github.com/jangko/nim-noise" } ] -- cgit v1.2.3