aboutsummaryrefslogtreecommitdiff
path: root/trunk/README
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/README')
-rw-r--r--trunk/README18
1 files changed, 0 insertions, 18 deletions
diff --git a/trunk/README b/trunk/README
deleted file mode 100644
index 03b8864..0000000
--- a/trunk/README
+++ /dev/null
@@ -1,18 +0,0 @@
-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)