1
#!/usr/bin/env bash
2
#
3
# Author: Makarius
4
5
# DESCRIPTION: OCaml setup via OPAM
6
7
isabelle_opam init --no-setup --compiler="$ISABELLE_OCAML_VERSION" "$@"