aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages.json12
1 files changed, 11 insertions, 1 deletions
diff --git a/packages.json b/packages.json
index a846ff3..67c7a08 100644
--- a/packages.json
+++ b/packages.json
@@ -1902,5 +1902,15 @@
"description": "Financial Library for Nim",
"license": "MIT",
"web": "https://github.com/qqtop/NimFinLib"
- }
+ },
+ {
+ "name": "libssh2",
+ "url": "https://github.com/rgv151/libssh2.nim",
+ "method": "git",
+ "tags": ["lib", "ssh", "ssh2", "openssh", "client", "sftp", "scp"],
+ "description": "Nim wrapper for libssh2",
+ "license": "MIT",
+ "web": "https://github.com/rgv151/libssh2.nim"
+ }
+
]