Module BoilerplateNoRpm
module MakeOptions = StdOptions.MakeOptions
module DistcheckOptions = StdOptions.DistcheckOptions
module InputOptions = StdOptions.InputOptions
module DistribOptions = StdOptions.DistribOptions
val enable_debug : int -> unit
val all_quiet : bool -> unit
val deb_load_list : Debian.Debcudf.options -> ?status:Debian.Packages.Set.elt list -> Debian.Packages.Set.elt list list -> (Cudf.preamble * Cudf.package list list * Cudf.request * (Cudf_types.pkgname * Cudf_types.version) -> (Cudf_types.pkgname * Debian.Format822.version) * (Debian.Format822.name * Debian.Format822.version) -> (Debian.Format822.name * int))
val deb_load_universe : Debian.Debcudf.options -> Debian.Packages.Set.elt list -> (Cudf.preamble * Cudf.universe * Cudf.request * (Cudf_types.pkgname * Cudf_types.version) -> (Cudf_types.pkgname * Debian.Format822.version) * (Debian.Format822.name * Debian.Format822.version) -> (Debian.Format822.name * int))
val rpm_load_list : 'a -> 'b
val unpack : ('a * ('b * 'c * 'd * 'e * 'f) * 'g) -> 'f
val deb_parse_input : Debian.Debcudf.options -> ?status:Debian.Packages.Set.elt list -> ('a * ('b * 'c * 'd * 'e * string) * 'f) list list -> (Cudf.preamble * Cudf.package list list * Cudf.request * (Cudf_types.pkgname * Cudf_types.version) -> (Cudf_types.pkgname * Debian.Format822.version) * (Debian.Format822.name * Debian.Format822.version) -> (Debian.Format822.name * int))
val edsp_parse_input : Debian.Debcudf.options -> ('a * ('b * 'c * 'd * 'e * string) * 'f) list list -> (Cudf.preamble * Cudf.package list list * Cudf.request * (Cudf_types.pkgname * Cudf_types.version) -> (Cudf_types.pkgname * Debian.Format822.version) * (Debian.Format822.name * Debian.Format822.version) -> (Debian.Format822.name * int))
val parse_input : ?options:StdOptions.options option -> string list list -> (Cudf.preamble * Cudf.package list list * Cudf.request * (Cudf_types.pkgname * Cudf_types.version) -> (Cudf_types.pkgname * Debian.Format822.version) * (Debian.Format822.name * Debian.Format822.version) -> (Debian.Format822.name * int))
val supported_formats : unit -> string list
val deb_load_source : ?filter:(string * (Debian.Format822.loc * Debian.Format822.architecture)) list -> bool -> ?profiles:bool -> ?noindep:bool -> Debian.Format822.architecture -> Debian.Format822.architecture -> string -> Debian.Packages.package list
val load_list : ?options:StdOptions.options option -> string list list -> (Cudf.preamble * Cudf.package list list * Cudf.request * (Cudf_types.pkgname * Cudf_types.version) -> (Cudf_types.pkgname * Debian.Format822.version) * (Debian.Format822.name * Debian.Format822.version) -> (Debian.Format822.name * int))
val load_universe : ?options:StdOptions.options option -> string list -> (Cudf.preamble * Cudf.universe * Cudf.request * (Cudf_types.pkgname * Cudf_types.version) -> (Cudf_types.pkgname * Debian.Format822.version) * (Debian.Format822.name * Debian.Format822.version) -> (Debian.Format822.name * int))
val get_architectures : string option -> string list -> string option -> string list option -> (string option * string list)
val pp_versions_table : Format.formatter -> ((Cudf_types.pkgname * Cudf_types.version) -> (string * string) * Cudf.package list) -> unit
val if_application : ?alternatives:string list -> string -> unit -> int -> unit
val exit : 'a -> 'a