diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2015-07-25 12:46:51 +0100 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2015-07-25 12:46:51 +0100 |
| commit | b64b43e3db2a60fb2ae2a77d645814cf7cc6d7c4 (patch) | |
| tree | 5036cb88a4b27831e2bf186160420827468dfed9 | |
| parent | b0de521513eaf6b8fa0d758d063839ffaea86e9f (diff) | |
| parent | fd5d9a26ad8452d158f8140bb308a673b0bb4308 (diff) | |
| download | packages-b64b43e3db2a60fb2ae2a77d645814cf7cc6d7c4.tar.gz packages-b64b43e3db2a60fb2ae2a77d645814cf7cc6d7c4.zip | |
Merge pull request #215 from rgv151/patch-9
add libssh2
| -rw-r--r-- | packages.json | 12 |
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" + } + ] |
