Admin/polyml/README
author wenzelm
Sun, 06 Dec 2015 23:17:48 +0100
changeset 61795 16901b0392c6
parent 61740 d7e0315fe423
child 61924 55b3d21ab5e5
permissions -rw-r--r--
updated to polyml-5.6-20151206, which presumably improves stability on Windows;

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

This is a preview of Poly/ML 5.6, based on
https://github.com/polyml/polyml/ commit b97488071c19.

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-windows --with-gmp
  ./build src x86_64-windows --with-gmp

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


        Makarius
        23-Nov-2015