]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/extlib/componentsConf.mli
transcript updated
[helm.git] / helm / software / components / extlib / componentsConf.mli
index 79462bbf476e3de4cbc659a984fb7605fd99e43a..3d8548cf7a730f00b8b70c35c12d144d9f118c52 100644 (file)
  * http://helm.cs.unibo.it/
  *)
 
+(** {2 Compile time components configuration}
+ *
+ * This module does not really belong to the extlib (where it is actually
+ * located) it is here just because it's the first in the component dependencies
+ * graph *)
+
 val debug: bool
 val profiling: bool
 
+  (** absolute path of the helm/software directory, only for development use *)
+val src_root: string
+