From 4d112b9118c12d2b30e51b4a006489521f589495 Mon Sep 17 00:00:00 2001 From: Dario Lah Date: Wed, 11 Sep 2019 22:38:36 +0200 Subject: [PATCH] Added package libssh (#1163) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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" } ]