-
Notifications
You must be signed in to change notification settings - Fork 76
/
ocaml_commands.mli
36 lines (25 loc) · 1.4 KB
/
ocaml_commands.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
(**************************************************************************)
(* *)
(* 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. *)
(* *)
(**************************************************************************)
(* Helper functions to build OCaml-related commands *)
val ocamlrun_ocamlc : string
val ocamlrun_ocamlopt : string
val ocamlrun_ocaml : string
val expect : string
val ocamlrun_ocamllex : string
val ocamlrun_ocamldoc : string
val ocamlrun_ocamldebug : string
val ocamlrun_ocamlobjinfo : string
val ocamlrun_ocamlmklib : string
val codegen : string