Merge pull request #869 from jangko/add_nim_noise

Add nim noise
This commit is contained in:
Dominik Picheta 2018-09-28 20:46:37 -07:00 committed by GitHub
commit abb42007f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10833,5 +10833,18 @@
"description": "A Nim wrapper for the Spotify Web API",
"license": "Apache License 2.0",
"web": "https://github.com/CORDEA/spotify"
},
{
"name": "noise",
"url": "https://github.com/jangko/nim-noise",
"method": "git",
"tags": [
"linenoise",
"commandline",
"repl"
],
"description": "Nim implementation of linenoise command line editor",
"license": "MIT",
"web": "https://github.com/jangko/nim-noise"
}
]