author | wenzelm |
Wed, 18 Nov 2020 13:16:08 +0100 | |
changeset 72648 | 1cbac4ae934d |
parent 72061 | 0f2ff88f823e |
permissions | -rw-r--r-- |
51061 | 1 |
Notes on building Poly/ML as Isabelle component |
2 |
=============================================== |
|
3 |
||
65880 | 4 |
* component skeleton: |
72061 | 5 |
$ isabelle build_polyml_component -s sha1 polyml.tar.gz polyml |
51061 | 6 |
|
65880 | 7 |
* include full source (without symlink), for example: |
8 |
$ wget https://github.com/polyml/polyml/archive/master.zip |