From dc8aea4fb3c6af913e5e1c6ff7cb411cfab3dac0 Mon Sep 17 00:00:00 2001 From: Willy Date: Fri, 15 May 2015 16:38:02 -0400 Subject: [PATCH] Added nrpl to packages.json --- packages.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/packages.json b/packages.json index ee58121..e005365 100644 --- a/packages.json +++ b/packages.json @@ -1461,5 +1461,14 @@ "description": "Bindings to the FFTW library", "license": "MIT", "web": "https://github.com/ziotom78/nimfftw3" + }, + { + "name": "nrpl", + "url": "https://github.com/wheineman/nrpl", + "method": "git", + "tags": ["REPL", "application"], + "description": "A rudimentary Nim REPL", + "license": "MIT", + "web": "https://github.com/wheineman/nrpl" } ]