aboutsummaryrefslogtreecommitdiffhomepage
path: root/config/coq_config.mli
blob: cfc3e29cb2672c4be2e2e745ac3f8511cb78fffc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24

(* $Id$ *)

val bindir : string     (* where the binaries are installed *)
val coqlib : string     (* where the std library is installed *)

val coqtop : string     (* where are the sources *)

val camllib : string    (* for Dynlink *)

val camlp4lib : string  (* where is the library of Camlp4 *)

val arch : string       (* architecture *)
val osdeplibs : string  (* OS dependant link options for ocamlc *)

val defined : string list  (* options for lib/ocamlpp *)

val version : string    (* version number of Coq *)
val versionsi : string  (* version number of Coq\_SearchIsos *)
val date : string       (* release date *)
val compile_date : string (* compile date *)

val theories_dirs : string list