Admin/polyml/README
author wenzelm
Mon, 06 Aug 2012 21:11:42 +0200
changeset 48698 2585042b1a30
parent 45147 c23029f6357f
child 49400 f0c86a5ef4e2
permissions -rw-r--r--
pass Isabelle/Scala system options into ML process of Isar tty or build jobs;

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

This compilation of Poly/ML 5.4.1 is based on the official sources
from http://www.polyml.org

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

The multi-platform directory layout for executables and shared
libraries accommodates the standard ML_HOME settings for Isabelle.

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


	Makarius
	15-Oct-2011