summaryrefslogtreecommitdiff
path: root/driver/optmain.mli
diff options
context:
space:
mode:
Diffstat (limited to 'driver/optmain.mli')
-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 *)