Admin/polyml/README
author wenzelm
Fri, 11 Sep 2015 21:44:39 +0200
changeset 61161 8fbab2f3433f
parent 61071 c6ac3c3fbb85
child 61740 d7e0315fe423
permissions -rw-r--r--
fully detached test run, to avoid flashing window on Windows with Cygwin-Terminal;

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

This is a preview of Poly/ML 5.5.3, based on
https://github.com/polyml/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-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
        31-Aug-2015