aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"
}
]