Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 287 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 287 Bytes

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