module Debutil: sig
.. end
group_by_source universe
returns a hashtbl that maps
(source,sourceversion) -> to a packages list
include struct ... end
val get_source : Packages.package -> Format822.name * Format822.version
val cluster : Packages.package list ->
(Format822.name * Format822.version,
(string * string * Packages.package list) list)
ExtLib.Hashtbl.t
group_by_source universe
returns a hashtbl that maps
(source,sourceversion) -> to a packages list
val debvpkg : (string * string -> 'a * 'b) ->
(string * string option) * (string * string) option ->
string * ([> `Eq | `Geq | `Gt | `Leq | `Lt ] * 'b) option
convert a deb constraint into a cudf constraint