module Benl_clflags: sig
.. end
val get_env_default : string -> string -> string
val show_version : bool ref
val dry_run : bool ref
val verbose : bool ref
val cache_dir : string ref
val cache_file : string ref
val use_cache : bool ref
val use_benrc : bool ref
val media_dir : string ref
val mirror_binaries : string ref
val mirror_sources : string ref
val mirror : string ref
val suite : string ref
val areas : string list ref
val preferred_compression_format : Benl_compression.t ref
val quiet : bool ref
val update : bool 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, out_channel, unit, unit) format4 -> 'a