Admin/polyml/README
author Walther Neuper <wneuper@ist.tugraz.at>
Sat, 05 Dec 2015 16:09:41 +0100
changeset 59180 85ec71012df8
permissions -rw-r--r--
switched from Isabelle2014 to Isabelle2015, intermediate state

Note: we dropped jEditC, since libisabelle took over.
     1 Poly/ML for Isabelle
     2 ====================
     3 
     4 This compilation of Poly/ML 5.5.2 is based on
     5 http://sourceforge.net/p/polyml/code/HEAD/tree/fixes-5.5.2 version
     6 2009.  See also fixes-5.5.2.diff for the differences to the official
     7 source distribution polyml.5.5.2.tar.gz from
     8 http://sourceforge.net/projects/polyml/.
     9 
    10 
    11 The included build script is used like this:
    12 
    13   ./build src x86-linux --with-gmp
    14   ./build src x86_64-linux --with-gmp
    15   ./build src x86-darwin --without-gmp
    16   ./build src x86_64-darwin --without-gmp
    17   ./build src x86-cygwin --with-gmp
    18 
    19 Also note that the separate "sha1" library module is required for
    20 efficient digesting of strings according to SHA-1.
    21 
    22 
    23         Makarius
    24         22-Apr-2015