Module Omod_support.Conf
Omod configuration.
val v : ?cache:Omod.fpath -> ?libdir:Omod.fpath -> unit -> (t, string) Stdlib.result
v ~libdir ~cache ()
is a configuration with givencache
andlibdir
. If unspecified they are discovered.
val cache : t -> Omod.fpath
cache c
isc
's cache directory.
val libdir : t -> Omod.fpath
libdir c
isc
's library directory.
val pp : Stdlib.Format.formatter -> t -> unit
pp
formats configurations.