summaryrefslogtreecommitdiff
path: root/driver
diff options
context:
space:
mode:
authorSébastien Hinderer <Sebastien.Hinderer@inria.fr>2022-06-01 15:49:03 +0200
committerSébastien Hinderer <Sebastien.Hinderer@inria.fr>2022-06-30 17:31:11 +0200
commitd964423ccc7f5502d486373f28e31bb5fb464cad (patch)
tree5ba540da4883e9929e0a3c4baa5438edd0385ad1 /driver
parenta1621630df22d2c3c12300982cdd571e530c9e3b (diff)
downloadocaml-d964423ccc7f5502d486373f28e31bb5fb464cad.tar.gz
Provide an interface for driver/optmain.ml
Diffstat (limited to 'driver')
-rw-r--r--driver/optmain.mli19
1 files changed, 19 insertions, 0 deletions
diff --git a/driver/optmain.mli b/driver/optmain.mli
new file mode 100644
index 0000000000..c12f78d975
--- /dev/null
+++ b/driver/optmain.mli
@@ -0,0 +1,19 @@
+(**************************************************************************)
+(* *)
+(* OCaml *)
+(* *)
+(* Sebastien Hinderer, projet Cambium, INRIA Paris *)
+(* *)
+(* Copyright 2022 Institut National de Recherche en Informatique et *)
+(* en Automatique. *)
+(* *)
+(* All rights reserved. This file is distributed under the terms of *)
+(* the GNU Lesser General Public License version 2.1, with the *)
+(* special exception on linking described in the file LICENSE. *)
+(* *)
+(**************************************************************************)
+
+(* Interface to the native compiler's main module *)
+
+(* This interface file is empty because driver/optmain.ml only runs
+ code during initialisation and exports nothing *)