X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=components%2Fextlib%2FcomponentsConf.mli;h=3d8548cf7a730f00b8b70c35c12d144d9f118c52;hb=9333fdbe385f6e80b272b194e88001f28dbc8d73;hp=79462bbf476e3de4cbc659a984fb7605fd99e43a;hpb=7f2444c2670cadafddd8785b687ef312158376b0;p=helm.git diff --git a/components/extlib/componentsConf.mli b/components/extlib/componentsConf.mli index 79462bbf4..3d8548cf7 100644 --- a/components/extlib/componentsConf.mli +++ b/components/extlib/componentsConf.mli @@ -23,6 +23,15 @@ * 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 +