module Benl_clflags: sig
.. end
val get_env_default : string -> string -> string
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 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 more_relevant_binary_keys : string list Pervasives.ref
val more_relevant_source_keys : string list Pervasives.ref
val reset : unit -> unit
val config : Benl_types.config Pervasives.ref
val get_config : string -> Benl_types.expr
val get_cache_file : ?name:string -> unit -> string
val progress : ('a, Pervasives.out_channel, unit) Pervasives.format -> 'a