File: BINDINGS.md

package info (click to toggle)
libssh2 1.11.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 6,504 kB
  • sloc: ansic: 46,104; sh: 6,164; makefile: 348; cpp: 120; perl: 65; lisp: 33; awk: 23
file content (25 lines) | stat: -rw-r--r-- 847 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
libssh2 bindings
================

Creative people have written bindings or interfaces for various environments
and programming languages. Using one of these bindings allows you to take
advantage of libssh2 directly from within your favourite language.

The bindings listed below are not part of the libssh2 distribution archives,
but must be downloaded and installed separately.

<!-- markdown-link-check-disable -->

[Cocoa/Objective-C](https://github.com/karelia/libssh2_sftp-Cocoa-wrapper)

[Haskell FFI bindings](https://hackage.haskell.org/package/libssh2)

[Perl Net::SSH2](https://metacpan.org/pod/Net::SSH2)

[PHP ssh2](https://pecl.php.net/package/ssh2)

[Python pylibssh2](https://pypi.python.org/pypi/pylibssh2)

[Python-ctypes PySsh2](https://github.com/gellule/PySsh2)

[Ruby libssh2-ruby](https://github.com/mitchellh/libssh2-ruby)