author | wenzelm |
Wed, 28 Aug 2013 10:35:12 +0200 (2013-08-28) | |
changeset 53245 | 301b69957af7 |
parent 51066 | 7fc61bfb1c2d |
child 53686 | 432edb1a2469 |
permissions | -rw-r--r-- |
38469 | 1 |
Poly/ML for Isabelle |
2 |
==================== |
|
27012 | 3 |
|
51066
7fc61bfb1c2d
updated to polyml-5.5.0-3 based on fixes-5.5 version 1658, which provides important improvements;
wenzelm
parents:
51043
diff
changeset
|
4 |
This compilation of Poly/ML 5.5.0 (http://www.polyml.org) is based on |
7fc61bfb1c2d
updated to polyml-5.5.0-3 based on fixes-5.5 version 1658, which provides important improvements;
wenzelm
parents:
51043
diff
changeset
|
5 |
svn://svn.code.sf.net/p/polyml/code/fixes-5.5 version 1658. |
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 |
51066
7fc61bfb1c2d
updated to polyml-5.5.0-3 based on fixes-5.5 version 1658, which provides important improvements;
wenzelm
parents:
51043
diff
changeset
|
20 |
28-Jan-2013 |