From 22c1e6dbe7cf74936e5ca29eadeff81312ccc506 Mon Sep 17 00:00:00 2001 From: buisson Date: Fri, 29 Apr 2005 09:35:43 +0000 Subject: Initial revision --- README | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 0000000..5aca0e8 --- /dev/null +++ b/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: Pascal Brisset (pascal dot brisset at enac dot fr) -- cgit v1.1