38469
|
1 |
Poly/ML for Isabelle
|
|
2 |
====================
|
27012
|
3 |
|
45147
|
4 |
This compilation of Poly/ML 5.4.1 is based on the official sources
|
|
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 |
|
|
15 |
The multi-platform directory layout for executables and shared
|
|
16 |
libraries accommodates the standard ML_HOME settings for Isabelle.
|
27012
|
17 |
|
41331
|
18 |
Also note that the separate "sha1" library module is required for
|
|
19 |
efficient digesting of strings according to SHA-1.
|
|
20 |
|
|
21 |
|
27012
|
22 |
Makarius
|
45147
|
23 |
15-Oct-2011
|