From d964423ccc7f5502d486373f28e31bb5fb464cad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Hinderer?= Date: Wed, 1 Jun 2022 15:49:03 +0200 Subject: Provide an interface for driver/optmain.ml --- driver/optmain.mli | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 driver/optmain.mli (limited to 'driver') 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 *) -- cgit v1.2.1