lib/Tools/ocaml_setup
author wenzelm
Tue, 07 Mar 2023 11:13:36 +0100
changeset 77555 d45a01c41fe2
parent 73405 8510c6e98228
permissions -rwxr-xr-x
tuned structure;

#!/usr/bin/env bash
#
# Author: Makarius
#
# DESCRIPTION: setup OCaml via OPAM

set -e

if [ -d "$ISABELLE_OPAM_ROOT/$ISABELLE_OCAML_VERSION/bin" ]
then
  isabelle_opam switch -y "$ISABELLE_OCAML_VERSION"
elif [ -e "$ISABELLE_OPAM_ROOT/config" ]
then
  isabelle_opam switch create -y "$ISABELLE_OCAML_VERSION"
else
  mkdir -p "$ISABELLE_OPAM_ROOT"
  cd "$ISABELLE_OPAM_ROOT"
  isabelle_opam init -y --disable-sandboxing --no-setup --compiler="$ISABELLE_OCAML_VERSION"
fi

isabelle_opam install -y zarith