aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2018-09-28 20:46:37 -0700
committerGitHub <noreply@github.com>2018-09-28 20:46:37 -0700
commitabb42007f1553be89d38de1e6ded4e010cd4f469 (patch)
treee77175767088e0f2bc48fcbc7f04f03dd95f5428
parent47ab2728ee5db251e45943cf4fa6086a1fc03097 (diff)
parent81868a8ab11e866de779fdd22c3b4a93fae33cc5 (diff)
downloadpackages-abb42007f1553be89d38de1e6ded4e010cd4f469.tar.gz
packages-abb42007f1553be89d38de1e6ded4e010cd4f469.zip
Merge pull request #869 from jangko/add_nim_noise
Add nim noise
-rw-r--r--packages.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 63689aa..194920c 100644
--- a/packages.json
+++ b/packages.json
@@ -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"
}
]