summaryrefslogtreecommitdiff
path: root/config/coq_config.mli
diff options
context:
space:
mode:
Diffstat (limited to 'config/coq_config.mli')
-rw-r--r--config/coq_config.mli36
1 files changed, 36 insertions, 0 deletions
diff --git a/config/coq_config.mli b/config/coq_config.mli
new file mode 100644
index 00000000..1d88358a
--- /dev/null
+++ b/config/coq_config.mli
@@ -0,0 +1,36 @@
+(************************************************************************)
+(* v * The Coq Proof Assistant / The Coq Development Team *)
+(* <O___,, * CNRS-Ecole Polytechnique-INRIA Futurs-Universite Paris Sud *)
+(* \VV/ **************************************************************)
+(* // * This file is distributed under the terms of the *)
+(* * GNU Lesser General Public License Version 2.1 *)
+(************************************************************************)
+
+(*i $Id: coq_config.mli,v 1.9.16.1 2004/07/16 19:29:58 herbelin Exp $ i*)
+
+val local : bool (* local use (no installation) *)
+
+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 best : string (* byte/opt *)
+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
+val contrib_dirs : string list
+
+val exec_extension : string (* "" under Unix, ".exe" under MS-windows *)