Merge pull request #159 from wheineman/patch-1

Added nrpl to packages.json
This commit is contained in:
Dominik Picheta 2015-05-15 22:55:43 +01:00
commit 8020bb4aaf

View File

@ -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"
}
]