This package contains the GNU MP library version 2.0.2 and information
about the necessary changes to make it useable for Clean's ExtendedArith
library. The GNU MP library has the fantastic advantage of being distributed
under conditions of the GNU General Library Public License. This gives users of
that library freedom to access the source code and modify it. On the other
hand there are certain restrictions imposed if you want to redistribute
modified source code. In particular it is _not_ allowed to redistribute
compiled versions of this (possibly) modified library without also distributing
the source code and a documentation of all applied modifications. See the
License agreement which came with this package (Copying.lib) or browse it at

  http://www.fsf.org/copyleft/lgpl.html

To install the GNU MP library for Clean's ExtendedArith library read the file
"install.txt".

Mainly the multiprecision integer part of the library is used here, so most
parts of the GMP library are not needed. The following GMP files were modified:
(mpn)"get_str.c", (mpn)"divrem.c", (mpn)"configure.in". 
Further there is a new file "gmp.c" added to the library. 
The folder "gmp-2.0.2" of this package contains the
_original_ GMP library, the folder "changed_or_added" the modified files (with
documentation about the modifications).

In case of problems mailto:clean@cs.kun.nl

