| author | desharna |
| Tue, 30 Sep 2025 14:55:36 +0000 | |
| changeset 83236 | 67864bb13811 |
| parent 81825 | c551d4a418b9 |
| permissions | -rwxr-xr-x |
| 69135 | 1 |
#!/usr/bin/env bash |
2 |
# |
|
3 |
# Author: Makarius |
|
4 |
# |
|
|
81825
c551d4a418b9
provide less ambitious "isabelle ocaml_setup_base", notably for platforms without gmp-dev;
wenzelm
parents:
73405
diff
changeset
|
5 |
# DESCRIPTION: setup OCaml for Isabelle via OPAM |
| 69911 | 6 |
|
|
81825
c551d4a418b9
provide less ambitious "isabelle ocaml_setup_base", notably for platforms without gmp-dev;
wenzelm
parents:
73405
diff
changeset
|
7 |
isabelle ocaml_setup_base && isabelle_opam install -y zarith |