Module Omod_support.Conf
Omod configuration.
val v : ?cache:Omod.fpath -> ?libdir:Omod.fpath -> unit -> (t, string) Stdlib.resultv ~libdir ~cache ()is a configuration with givencacheandlibdir. If unspecified they are discovered.
val cache : t -> Omod.fpathcache cisc's cache directory.
val libdir : t -> Omod.fpathlibdir cisc's library directory.
val pp : Stdlib.Format.formatter -> t -> unitppformats configurations.