cscg24-guacamole

CSCG 2024 Challenge 'Guacamole Mashup'
git clone https://git.sinitax.com/sinitax/cscg24-guacamole
Log | Files | Refs | sfeed.txt

BINDINGS.md (847B)


      1libssh2 bindings
      2================
      3
      4Creative people have written bindings or interfaces for various environments
      5and programming languages. Using one of these bindings allows you to take
      6advantage of libssh2 directly from within your favourite language.
      7
      8The bindings listed below are not part of the libssh2 distribution archives,
      9but must be downloaded and installed separately.
     10
     11<!-- markdown-link-check-disable -->
     12
     13[Cocoa/Objective-C](https://github.com/karelia/libssh2_sftp-Cocoa-wrapper)
     14
     15[Haskell FFI bindings](https://hackage.haskell.org/package/libssh2)
     16
     17[Perl Net::SSH2](https://metacpan.org/pod/Net::SSH2)
     18
     19[PHP ssh2](https://pecl.php.net/package/ssh2)
     20
     21[Python pylibssh2](https://pypi.python.org/pypi/pylibssh2)
     22
     23[Python-ctypes PySsh2](https://github.com/gellule/PySsh2)
     24
     25[Ruby libssh2-ruby](https://github.com/mitchellh/libssh2-ruby)