lib/Tools/ocamlc
author wenzelm
Mon, 08 Oct 2018 15:42:43 +0200
changeset 69135 be20f5f6feb9
child 69261 a41f49148525
permissions -rwxr-xr-x
support for OCaml via command-line tools;

#!/usr/bin/env bash
#
# Author: Makarius
#
# DESCRIPTION: invoke OCaml compiler within the Isabelle environment

isabelle_opam config exec --switch "$ISABELLE_OCAML_VERSION" -- ocamlc "$@"