module Benl_clflags: sig
.. end
val get_env_default : string -> string -> string
val show_version : bool Pervasives.ref
val dry_run : bool Pervasives.ref
val verbose : bool Pervasives.ref
val architectures : string list Pervasives.ref
val cache_dir : string Pervasives.ref
val cache_file : string Pervasives.ref
val use_cache : bool Pervasives.ref
val use_benrc : bool Pervasives.ref
val media_dir : string Pervasives.ref
val mirror_binaries : string Pervasives.ref
val mirror_sources : string Pervasives.ref
val mirror : string Pervasives.ref
val suite : string Pervasives.ref
val areas : string list Pervasives.ref
val preferred_compression_format : Benl_compression.t Pervasives.ref
val quiet : bool Pervasives.ref
val update : bool Pervasives.ref
val get_config : 'a Benl_core.StringMap.t -> Benl_core.StringMap.key -> 'a
val set_cache_file : string -> unit
val get_cache_file : unit -> string
val progress : ('a, Pervasives.out_channel, unit) Pervasives.format -> 'a