ocaml
Version:
OCaml Compiler as an esy npm Package
79 lines (47 loc) • 2.21 kB
Plain Text
(**************************************************************************)
(* *)
(* OCaml *)
(* *)
(* Sebastien Hinderer, projet Gallium, INRIA Paris *)
(* *)
(* Copyright 2016 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. *)
(* *)
(**************************************************************************)
(* The configuration module for ocamltest *)
let arch = "@@ARCH@@"
let afl_instrument = @@@
let asm = "@@ASM@@"
let cc = "@@CC@@"
let cflags = "@@CFLAGS@@"
let ccomptype = "@@CCOMPTYPE@@"
let shared_libraries = @@@
let libunix = @@@
let systhreads = @@@
let str = @@@
let objext = "@@OBJEXT@@"
let system = "@@SYSTEM@@"
let c_preprocessor = "@@CPP@@"
let ocamlsrcdir = "@@OCAMLSRCDIR@@"
let flambda = @@@
let spacetime = @@@
let ocamlc_default_flags = "@@OCAMLCDEFAULTFLAGS@@"
let ocamlopt_default_flags = "@@OCAMLOPTDEFAULTFLAGS@@"
let safe_string = @@@
let flat_float_array = @@@
let ocamldoc = @@@
let ocamldebug = @@@
let native_dynlink = @@@
let shared_library_cflags = "@@SHARED_LIBRARY_CFLAGS@@"
let sharedobjext = "@@SHAREDOBJEXT@@"
let csc = "@@CSC@@"
let csc_flags = "@@CSCFLAGS@@"
let mkdll = "@@MKDLL@@"
let mkexe = "@@MKEXE@@"
let bytecc_libs = "@@BYTECCLIBS@@"
let nativecc_libs = "@@NATIVECCLIBS@@"
let windows_unicode = @@@ != 0