diff options
| author | Shunsuke Shibayama <45118249+gmshiba@users.noreply.github.com> | 2019-01-05 19:16:40 +0900 |
|---|---|---|
| committer | Miran <narimiran@disroot.org> | 2019-01-05 11:16:40 +0100 |
| commit | bae8f01b1f39eeab3709b21dfe228fbdf9be65b1 (patch) | |
| tree | 933522f74d81abdc4dae065403feaaab4111fc3b | |
| parent | d77c43bb4d720417770d285a30ce0594e9ac7c23 (diff) | |
| download | packages-bae8f01b1f39eeab3709b21dfe228fbdf9be65b1.tar.gz packages-bae8f01b1f39eeab3709b21dfe228fbdf9be65b1.zip | |
Added package nsh (#959)
| -rw-r--r-- | packages.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/packages.json b/packages.json index c316261..b4bfadf 100644 --- a/packages.json +++ b/packages.json @@ -11895,6 +11895,18 @@ "web": "https://github.com/technicallyagd/unpack" }, { + "name": "nsh", + "url": "https://github.com/gmshiba/nish", + "method": "git", + "tags": [ + "shell", + "repl" + ], + "description": "nsh: Nim SHell(cross platform)", + "license": "MIT", + "web": "https://github.com/gmshiba/nish" + }, + { "name": "nimfastText", "url": "https://github.com/genotrance/nimfastText", "method": "git", |
