Nim wrapper for libssh2
Forked from https://github.com/ba0f3/libssh2.nim
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
1 month ago | |
---|---|---|
.github | 8 months ago | |
examples | 3 years ago | |
.gitignore | 7 years ago | |
LICENSE | 7 years ago | |
README.md | 7 years ago | |
libssh2.nim | 1 month ago | |
libssh2.nimble | 1 month ago |
README.md
libssh2.nim
Nim wrapper for libssh2
For document please refer to libssh2 website
Requirements
In order to use this wrapper, libssh2 must installed on your system:
Mac OSX:
$ port install libssh2
Ubuntu:
$ apt-get install libssh2-1