(**************************************************************************) (* *) (* OCaml *) (* *) (* Sebastien Hinderer, Tarides *) (* *) (* Copyright 2024 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. *) (* *) (**************************************************************************) (* Configuration values needed by the dynlink library *) val magic_length : int val ext_dll: string val cmo_magic_number: string val cma_magic_number: string val cmxs_magic_number: string