Added nrpl to packages.json

This commit is contained in:
Willy 2015-05-15 16:38:02 -04:00
parent 0c92a2ae9c
commit dc8aea4fb3

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