lib/Tools/ocamlc
author wenzelm
Thu, 25 Oct 2018 22:42:17 +0200
changeset 69188 2fd73a1a0937
parent 69135 be20f5f6feb9
child 69261 a41f49148525
permissions -rwxr-xr-x
updated to jedit_build-20181025 according to patches/macos (Java 11), patches/putenv; proper update of jEdit environment -- avoid warnings in Java 11; activate jdk-11+28;
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
69135
be20f5f6feb9 support for OCaml via command-line tools;
wenzelm
parents:
diff changeset
     1
#!/usr/bin/env bash
be20f5f6feb9 support for OCaml via command-line tools;
wenzelm
parents:
diff changeset
     2
#
be20f5f6feb9 support for OCaml via command-line tools;
wenzelm
parents:
diff changeset
     3
# Author: Makarius
be20f5f6feb9 support for OCaml via command-line tools;
wenzelm
parents:
diff changeset
     4
#
be20f5f6feb9 support for OCaml via command-line tools;
wenzelm
parents:
diff changeset
     5
# DESCRIPTION: invoke OCaml compiler within the Isabelle environment
be20f5f6feb9 support for OCaml via command-line tools;
wenzelm
parents:
diff changeset
     6
be20f5f6feb9 support for OCaml via command-line tools;
wenzelm
parents:
diff changeset
     7
isabelle_opam config exec --switch "$ISABELLE_OCAML_VERSION" -- ocamlc "$@"