author | wenzelm |
Mon, 21 Jan 2013 16:50:43 +0100 | |
changeset 51043 | bf5f6affa87d |
parent 49400 | f0c86a5ef4e2 |
child 51066 | 7fc61bfb1c2d |
permissions | -rw-r--r-- |
38469 | 1 |
Poly/ML for Isabelle |
2 |
==================== |
|
27012 | 3 |
|
49400 | 4 |
This compilation of Poly/ML 5.5.0 is based on the official sources |
45147 | 5 |
from http://www.polyml.org |
41331 | 6 |
|
41330 | 7 |
The included build script is used like this: |
8 |
||
9 |
./build src x86-linux --with-gmp |
|
10 |
./build src x86_64-linux --with-gmp |
|
11 |
./build src x86-darwin --without-gmp |
|
12 |
./build src x86_64-darwin --without-gmp |
|
13 |
./build src x86-cygwin --with-gmp |
|
14 |
||
41331 | 15 |
Also note that the separate "sha1" library module is required for |
16 |
efficient digesting of strings according to SHA-1. |
|
17 |
||
18 |
||
27012 | 19 |
Makarius |
51043
bf5f6affa87d
repackaged polyml-5.5.0-1 -- only x86-cygwin changed;
wenzelm
parents:
49400
diff
changeset
|
20 |
21-Jan-2013 |