From 34ecc09a3cab95bd9f924eeb3030a0a4f00cac5d Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 5 Jun 2012 11:40:51 +0200 Subject: [PATCH] BINDINGS: document the bindings we know of --- docs/BINDINGS | 23 +++++++++++++++++++++++ docs/Makefile.am | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 docs/BINDINGS diff --git a/docs/BINDINGS b/docs/BINDINGS new file mode 100644 index 00000000..0b0a18c9 --- /dev/null +++ b/docs/BINDINGS @@ -0,0 +1,23 @@ + +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. + + +Python + pylibssh2 - http://www.wallix.org/pylibssh2-project/ + +PHP + ssh2 - http://pecl.php.net/package/ssh2 + +Haskell + FFI bindings - http://hackage.haskell.org/package/libssh2 + +Perl + Net::SSH2 - http://search.cpan.org/~rkitover/Net-SSH2-0.45/lib/Net/SSH2.pm + +Ruby + libssh2-ruby - https://github.com/mitchellh/libssh2-ruby diff --git a/docs/Makefile.am b/docs/Makefile.am index 58dc6c81..e4cf487f 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -1,6 +1,6 @@ # $Id: Makefile.am,v 1.37 2009/03/26 15:41:15 bagder Exp $ -EXTRA_DIST = template.3 +EXTRA_DIST = template.3 BINDINGS dist_man_MANS = \ libssh2_agent_connect.3 \