aboutsummaryrefslogtreecommitdiff
path: root/README
blob: 3aa80b1945c1260393644c4c707e768783ceee8b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
OCaml (caml.org) bindings for the Ivy library (http://www.eei.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 (http://www.eei.cena.fr/products/ivy/)
 - The .mli files (ivy.mli, ivyLoop.mli and glibIvy.mli)

Maintainer: Gautier Hattenberger (gautier dot hattenberger at enac dot fr)