These are very simple and preliminary bindings for MPFR and MPFI
libraries for ocaml.

They have not been tested intensively. Some functions like
serialization/deserialization have not been implemented (which makes
impossible to use these structures in Marshalling). Moreover a
specific hashing function is not implemented either. And there are
probably bugs (and possibly lot of). And all functions are not
implemented (especially in the mpfr bindings).

I have included the manual of mpfi and mpfr. The bindings are
currently done for mpfi 1.4.1, even if the functions for mpfi 1.5.1
are available inside commentaries.

To build the library just type "make" in the main directory.

Tests are available in the TEST/ directory. 
They are less than basic, with only a very simple example
demonstrating how to use the bindings.

All bug reports should be sent to 
jean-marc.alliot@irit.fr



