lib/Tools/ocaml_setup
author nipkow
Wed, 13 Feb 2019 02:13:46 +0100
changeset 69800 74c1a0643010
parent 69500 db001bc11855
child 69911 036037573080
permissions -rwxr-xr-x
added lemmas

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

if [ -d "$ISABELLE_OPAM_ROOT" ]
then
  isabelle_opam switch "$ISABELLE_OCAML_VERSION"
else
  isabelle_opam init --no-setup --compiler="$ISABELLE_OCAML_VERSION"
fi