forked from ocaml/ocaml
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathocaml_files.mli
53 lines (37 loc) · 1.78 KB
/
ocaml_files.mli
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
(**************************************************************************)
(* *)
(* OCaml *)
(* *)
(* Sebastien Hinderer, projet Gallium, INRIA Paris *)
(* *)
(* Copyright 2018 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. *)
(* *)
(**************************************************************************)
(* Locations of files in the OCaml source tree *)
type runtime_variant =
| Normal
| Debug
| Instrumented
val runtime_variant : unit -> runtime_variant
val ocamlrun : string -> string
val ocamlc : string -> string
val ocaml : string -> string
val ocamlc_dot_opt : string -> string
val ocamlopt : string -> string
val ocamlopt_dot_opt : string -> string
val ocamlnat : string -> string
val cmpbyt : string -> string
val expect_test : string -> string
val ocamllex : string -> string
val ocamlyacc : string -> string
val ocamldoc : string -> string
val ocamldebug : string -> string
val ocamlobjinfo : string -> string
val ocamlmklib : string -> string
val codegen : string -> string
val asmgen_archmod : string -> string