From 1273f4c03d809d9209738351a4e131ef86a4ace2 Mon Sep 17 00:00:00 2001 From: Jack Date: Fri, 22 May 2015 17:57:20 -0700 Subject: [PATCH] Add linenoise package --- packages.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/packages.json b/packages.json index a8777a8..869ac68 100644 --- a/packages.json +++ b/packages.json @@ -1541,5 +1541,14 @@ "description": "2D Delaunay triangulations", "license": "MIT", "web": "https://github.com/Nycto/DelaunayNim" + }, + { + "name": "linenoise", + "url": "https://github.com/fallingduck/linenoise-nim", + "method": "git", + "tags": ["linenoise", "library", "wrapper", "commandline"], + "description": "Wrapper for linenoise, a free, self-contained alternative to GNU readline.", + "license": "BSD", + "web": "https://github.com/fallingduck/linenoise-nim" } ]