Admin/polyml/README
author wenzelm
Fri, 17 Apr 2015 20:53:47 +0200
changeset 60126 9c65c0f03c3a
parent 60123 d990db067a3d
child 60188 b8b7006a64ef
permissions -rw-r--r--
Added tag Isabelle2015-RC1 for changeset c9760373aa0f

Poly/ML for Isabelle
====================

This compilation of Poly/ML 5.5.2 is based on
http://sourceforge.net/p/polyml/code/HEAD/tree/fixes-5.5.2 version
2007.  See also fixes-5.5.2.diff for the differences to the official
source distribution polyml.5.5.2.tar.gz from
http://sourceforge.net/projects/polyml/.


The included build script is used like this:

  ./build src x86-linux --with-gmp
  ./build src x86_64-linux --with-gmp
  ./build src x86-darwin --without-gmp
  ./build src x86_64-darwin --without-gmp
  ./build src x86-cygwin --with-gmp

Also note that the separate "sha1" library module is required for
efficient digesting of strings according to SHA-1.


        Makarius
        17-Apr-2015