diff options
Diffstat (limited to 'trunk/README')
-rw-r--r-- | trunk/README | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/trunk/README b/trunk/README new file mode 100644 index 0000000..03b8864 --- /dev/null +++ b/trunk/README @@ -0,0 +1,18 @@ +OCaml (caml.org) bindings for the Ivy library (www.tls.cena.fr/products/ivy). + +Two libraries are provided: + - ivy-ocaml, running with the Ivy main loop (module IvyLoop) + - glibivy-ocaml, running with the Glib main loop (provided by lablgtk) + +Installation: + - Requires the OCaml compiler and the ivy-c library + - "make" to compile + - "make install" to set the files (DESTDIR may be specified) + - "examples" directory contains the ivyprobe program for both main loops +("make ivyivyprobe.out" and "make glibivyprobe.out") + +Documentation: + - The Ivy documentation (www.tls.cena.fr/products/ivy) + - The .mli files (ivy.mli, ivyLoop.mli and glibIvy.mli) + +Maintainer: Gautier Hattenberger (gautier dot hattenberger at enac dot fr) |