diff options
| author | Dario Lah <dario.lah@gmail.com> | 2019-09-11 22:38:36 +0200 |
|---|---|---|
| committer | Miran <narimiran@disroot.org> | 2019-09-11 22:38:36 +0200 |
| commit | 4d112b9118c12d2b30e51b4a006489521f589495 (patch) | |
| tree | 7da8d900c427d25667f8ec105e424f99ac258fb9 | |
| parent | 25e230db2afd1242db5383dbe21f13c3417c0721 (diff) | |
| download | packages-4d112b9118c12d2b30e51b4a006489521f589495.tar.gz packages-4d112b9118c12d2b30e51b4a006489521f589495.zip | |
Added package libssh (#1163)
| -rw-r--r-- | packages.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 5c9b73f..21c6ad9 100644 --- a/packages.json +++ b/packages.json @@ -14272,5 +14272,17 @@ "description": "High Performance Computing and Image Toolbox: SIMD, JIT Assembler, OpenMP, runtime CPU feature detection, optimised machine learning primitives", "license": "Apache License 2.0", "web": "https://github.com/numforge/laser" + }, + { + "name": "libssh", + "url": "https://github.com/dariolah/libssh-nim", + "method": "git", + "tags": [ + "ssh", + "libssh" + ], + "description": "libssh FFI bindings", + "license": "MIT", + "web": "https://github.com/dariolah/libssh-nim" } ] |
