aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHuy ☭ <rgv151@users.noreply.github.com>2015-07-25 18:07:39 +0700
committerHuy ☭ <rgv151@users.noreply.github.com>2015-07-25 18:07:39 +0700
commitfd5d9a26ad8452d158f8140bb308a673b0bb4308 (patch)
tree5036cb88a4b27831e2bf186160420827468dfed9
parentb0de521513eaf6b8fa0d758d063839ffaea86e9f (diff)
downloadpackages-fd5d9a26ad8452d158f8140bb308a673b0bb4308.tar.gz
packages-fd5d9a26ad8452d158f8140bb308a673b0bb4308.zip
add libssh2
-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"
+ }
+
]