aboutsummaryrefslogtreecommitdiffstats
path: root/readme.rst
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2015-09-21 16:41:42 -0400
committerJack Lloyd <[email protected]>2015-09-21 16:41:42 -0400
commit4a82605e745cf9a288806b31929ec0fe7c0c1bdc (patch)
treeff8ef4b914ff8109dc46b9796ef8e35c1b6c2506 /readme.rst
parent7ebe7511496b8a6950acced513a81516565354ed (diff)
Remove OCaml wrapper, moved to randombit/botan-ocaml
Diffstat (limited to 'readme.rst')
-rw-r--r--readme.rst9
1 files changed, 5 insertions, 4 deletions
diff --git a/readme.rst b/readme.rst
index 693b31297..ca52b88e9 100644
--- a/readme.rst
+++ b/readme.rst
@@ -42,10 +42,11 @@ The `GitHub wiki <https://github.com/randombit/botan/wiki>`_
and `Doxygen docs <https://botan.randombit.net/doxygen>`_
may also prove useful resources.
-In addition to C++ there are (partial, in-progress) bindings for C89,
-Python and OCaml included along with the library, and
-`Node.js <https://github.com/justinfreitag/node-botan>`_ wrapper also
-exists.
+In addition to C++, botan has a C89 API specifically designed to be easy
+to call from other languages. A Python binding using ctypes is included,
+there are also bindings for
+`Node.js <https://github.com/justinfreitag/node-botan>`_ and
+`OCaml <https://github.com/randombit/botan-ocaml>`_
There is also a third party open source implementation of
`SSHv2 <https://github.com/cdesjardins/cppssh>`_ using the library.