diff options
| author | andri lim <jangko128@gmail.com> | 2018-09-25 22:44:17 +0700 |
|---|---|---|
| committer | andri lim <jangko128@gmail.com> | 2018-09-25 22:44:17 +0700 |
| commit | faa38dc6f8a64779fab10bfd1fe79e9ab0f4c4ef (patch) | |
| tree | c7fbcf61b0c77e0fc15a0c1dd6a5a6544e12802f | |
| parent | 2782863eefd79842100e1c3b25d8e59016594706 (diff) | |
| download | packages-faa38dc6f8a64779fab10bfd1fe79e9ab0f4c4ef.tar.gz packages-faa38dc6f8a64779fab10bfd1fe79e9ab0f4c4ef.zip | |
add nim-noise package
| -rw-r--r-- | packages.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 26b2677..454a870 100644 --- a/packages.json +++ b/packages.json @@ -10808,5 +10808,18 @@ "description": "TinyFileDialogs for Nim.", "license": "MIT", "web": "https://github.com/juancarlospaco/nim-tinyfiledialogs" + }, + { + "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" } ] |
