summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2010-10-21 22:36:03 +0200
committerNiels Möller <nisse@lysator.liu.se>2010-10-21 22:36:03 +0200
commit9ad4d251cd1ebc7c1432e5e103ca793d27fe0a74 (patch)
tree4f319f7c119080354b2275ad09eccca657c38480 /index.html
parentd748aec11ba78cde8224ab246dc8542083f57d29 (diff)
downloadnettle-9ad4d251cd1ebc7c1432e5e103ca793d27fe0a74.tar.gz
Corrected CVS instructions. Added list of language bindings.
Rev: nettle/index.html:1.2
Diffstat (limited to 'index.html')
-rw-r--r--index.html24
1 files changed, 18 insertions, 6 deletions
diff --git a/index.html b/index.html
index bdc4d8bc..4710e4b3 100644
--- a/index.html
+++ b/index.html
@@ -25,11 +25,23 @@ href="http://www.lysator.liu.se/~nisse/lsh">lsh</a>.
<h2> Language bindings </h2>
-<dl>
-<dt> <a href="http://pike.ida.liu.se">Pike</a></dt>
-<dd> An object-oriented interpreted language with C-like syntax.
-Nettle bindings are included with the official distrribution.</dd>
-</dl>
+<p> I'm aware of nettle-bindings for the following higher-level
+ languages.
+ <dl>
+ <dt> <a href="http://pike.ida.liu.se">Pike</a></dt>
+ <dd> An object-oriented interpreted language with C-like syntax.
+ Nettle bindings are included with the official distribution.</dd>
+ <dt> <a href='http://www.yellowbank.com/code/PostgreSQL/y_crypto/'>PostgreSQL</a></dt>
+ <dd> Bindings for the Postgres database, by Ron Peterson </dd>
+ <dt> <a href='http://marcomaggi.github.com/nausicaa.html'>R6RS
+ Scheme</a></dt>
+ <dd> Scheme bindings by Marco Maggi, supporting multiple R6RS implementations.</dd>
+ <dt> TCL </dt>
+ <dd> Included in the chiark-tcl debian package by Ian Jackson (not
+ sure if/how it's distributed outside of debian). </dd>
+ </dl>
+ Mail me for corrections or additions to this list.
+</p>
<h2> CVS access </h2>
@@ -39,7 +51,7 @@ out the entire LSH tree, as per the instructions at the <a
href="http://www.lysator.liu.se/~nisse/lsh">LSH home page</a>, run the
top-level <tt>./.bootstrap</tt> script (which sets up a few important
symlinks and runs .bootstrap scripts in subdirectories), and then
-descend into the <tt>src/nettle</tt> directory for a standard
+descend into the <tt>nettle</tt> directory for a standard
<tt>./configure && make</tt> there.
<h2> Contact </h2>