Add Config.have_ocamlc, Config.have_ocamlopt, Config.ocamlfind.
[whenjobs.git] / lib / config.mli
index 54b98db..895c4bc 100644 (file)
  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  *)
 
+(** This module contains config information from the ./configure script. *)
+
 val package_name : string
 val package_version : string
+(** Package name, version. *)
+
+val have_ocamlc : bool
+val have_ocamlopt : bool
+(** Flags indicating if we have ocamlc (OCaml bytecode) and/or ocamlopt
+    (OCaml native code) compilers. *)
+
+val ocamlfind : string
+(** Name of the [ocamlfind] program. *)
+
+val mailx : string
+(** mailx program. *)