ocaml/utils/config.mlp

21 lines
460 B
Plaintext

let standard_library = "%%LIBDIR%%"
let bytecomp_c_compiler = "%%BYTECC%%"
let native_c_compiler = "%%NATIVECC%%"
let c_libraries = "%%CCLIBS%%"
let version = "1.05"
let exec_magic_number = "Caml1999X001"
and cmi_magic_number = "Caml1999I001"
and cmo_magic_number = "Caml1999O001"
and cma_magic_number = "Caml1999A001"
and cmx_magic_number = "Caml1999X001"
and cmxa_magic_number = "Caml1999Z001"
let load_path = ref ([] : string list)
let max_tag = 249