aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2015-05-15 22:55:43 +0100
committerDominik Picheta <dominikpicheta@googlemail.com>2015-05-15 22:55:43 +0100
commit8020bb4aafb7a218aeb67bb09e105496ea402c1a (patch)
tree6d6b77226c29d75752bb1fe0b05c9d6cf3166b97
parent0c92a2ae9c50a05bea5b2090229e66bc0eda7626 (diff)
parentdc8aea4fb3c6af913e5e1c6ff7cb411cfab3dac0 (diff)
downloadpackages-8020bb4aafb7a218aeb67bb09e105496ea402c1a.tar.gz
packages-8020bb4aafb7a218aeb67bb09e105496ea402c1a.zip
Merge pull request #159 from wheineman/patch-1
Added nrpl to packages.json
-rw-r--r--packages.json9
1 files changed, 9 insertions, 0 deletions
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"
}
]