Skip to content

ba0f3/libssh2.nim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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