From 7cfc4e5146be5666419451bdd516f1f3f264d24a Mon Sep 17 00:00:00 2001 From: Enrico Tassi Date: Sun, 25 Jan 2015 14:42:51 +0100 Subject: Imported Upstream version 8.5~beta1+dfsg --- kernel/nativelib.mli | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 kernel/nativelib.mli (limited to 'kernel/nativelib.mli') diff --git a/kernel/nativelib.mli b/kernel/nativelib.mli new file mode 100644 index 00000000..0941dc56 --- /dev/null +++ b/kernel/nativelib.mli @@ -0,0 +1,32 @@ +(************************************************************************) +(* v * The Coq Proof Assistant / The Coq Development Team *) +(* string list) ref + +val load_obj : (string -> unit) ref + +val get_ml_filename : unit -> string * string + +val compile : string -> global list -> bool * string + +val compile_library : Names.dir_path -> global list -> string -> bool + +val call_linker : + ?fatal:bool -> string -> string -> code_location_updates option -> unit + +val link_library : prefix:string -> dirname:string -> basename:string -> unit + +val rt1 : Nativevalues.t ref +val rt2 : Nativevalues.t ref -- cgit v1.2.3