Module Apt-cudf


module Apt-cudf: sig .. end
see mktemp(1) for the syntax of tmp_pattern

module Boilerplate: BoilerplateNoRpm
include struct ... end
module Options: sig .. end
val print_error : ('a, unit, string, 'b) Pervasives.format4 -> 'a
val print_progress : ?i:int -> string -> unit
val make_request : 'a -> Cudf.universe -> Debian.Edsp.request -> Cudf.request
val input_all_lines : string list -> Pervasives.in_channel -> string list
val solver_dir : string
val pp_pkg : Format.formatter ->
Common.CudfAdd.Cudf_set.t *
(Cudf_types.pkgname * Cudf_types.version, Debian.Packages.package)
ExtLib.Hashtbl.t -> unit
val pp_pkg_list : Format.formatter ->
Cudf.package list *
(Cudf_types.pkgname * Cudf_types.version, Debian.Packages.package)
ExtLib.Hashtbl.t -> unit
val pp_pkg_list_tran : Format.formatter ->
('a * Cudf.package) list *
(Cudf_types.pkgname * Cudf_types.version, Debian.Packages.package)
ExtLib.Hashtbl.t -> unit
val choose_criteria : ?criteria:string option -> Debian.Edsp.request -> string
val parse_solver_spec : string -> string * string
val check_fail : string -> bool
val mktmpdir : string -> string
see mktemp(1) for the syntax of tmp_pattern
val rmtmpdir : string -> unit
val main : unit -> unit