1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465(**************************************************************************)(* *)(* OCaml *)(* *)(* Xavier Leroy, projet Cristal, INRIA Rocquencourt *)(* *)(* Copyright 1996 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. *)(* *)(**************************************************************************)(***********************************************************************)(** **)(** WARNING WARNING WARNING **)(** **)(** When you change this file, you must make the parallel change **)(** in config.mlbuild **)(** **)(***********************************************************************)(* The main OCaml version string has moved to ../VERSION *)letversion=Sys.ocaml_versionletas_has_debug_prefix_map=falseletflambda=falseletext_obj=".o_The boot compiler cannot process C objects"letexec_magic_number="Caml1999X037"(* exec_magic_number is duplicated in runtime/caml/exec.h *)andcmi_magic_number="Caml1999I037"andcmo_magic_number="Caml1999O037"andcma_magic_number="Caml1999A037"andcmx_magic_number=ifflambdathen"Caml1999y037"else"Caml1999Y037"andcmxa_magic_number=ifflambdathen"Caml1999z037"else"Caml1999Z037"andast_impl_magic_number="Caml1999M037"andast_intf_magic_number="Caml1999N037"andcmxs_magic_number="Caml1999D037"andcmt_magic_number="Caml1999T037"andindex_magic_number="Merl2023I004"letinterface_suffix=ref".mli"letflat_float_array=trueletmax_tag=245letmerlin=trueletconfig_var_=failwith"Config.config_var is unimplemented in Merlin"letprint_config_=failwith"print_config is unimplemented in Merlin"