Dose_debian.EvolutionSourceval string_of_range :
[< `Eq of string | `Hi of string | `In of string * string | `Lo of string ] ->
stringval range :
?bottom:bool ->
string list ->
[> `Eq of string | `Hi of string | `In of string * string | `Lo of string ]
listval discriminant :
?bottom:bool ->
?highest:bool ->
(([> `Eq of string | `Hi of string | `In of string * string | `Lo of string ] as 'a) ->
'b ->
'c) ->
string list ->
'b list ->
('a * 'a list) listdiscriminants ?bottom ?ascending evalsel vl constraints returns the discriminants of the versions vl w.r.t. the constraints, using evalsel to determine whether a a version satisfy a constraint. For each discriminant, a canonical representative is given, as well as the list of all other equivalent versions.
val conj_iter :
('a,
(([> `Eq | `Geq | `Gt | `Leq | `Lt | `Neq ] * 'b) option, unit)
ExtLib.Hashtbl.t)
ExtLib.Hashtbl.t ->
(('a * 'c) * (string * 'b) option) list ->
unitval cnf_iter :
('a,
(([> `Eq | `Geq | `Gt | `Leq | `Lt | `Neq ] * 'b) option, unit)
ExtLib.Hashtbl.t)
ExtLib.Hashtbl.t ->
(('a * 'c) * (string * 'b) option) list list ->
unitval constraints :
< breaks : (('a * 'b) * (string * string) option) list
; conflicts : (('a * 'c) * (string * string) option) list
; depends : (('a * 'd) * (string * string) option) list list
; pre_depends : (('a * 'e) * (string * string) option) list list
; provides : (('a * 'f) * (string * string) option) list.. >
list ->
('a, ([> `Eq | `Geq | `Gt | `Leq | `Lt | `Neq ] * string) list)
ExtLib.Hashtbl.tconstraints universe returns a map between package names and an ordered list of constraints where the package name is mentioned
val align :
string ->
[ `Eq of string | `Hi of string | `In of string * string | `Lo of string ] ->
[ `Eq of string | `Hi of string | `In of string * string | `Lo of string ]val migrate :
(< version : string.. > as 'a) list ->
[ `Eq of string | `Hi of string | `In of string * string | `Lo of string ] ->
(('a
* [ `Eq of string
| `Hi of string
| `In of string * string
| `Lo of string ])
* [ `Eq of string | `Hi of string | `In of string * string | `Lo of string ])
listval all_ver_constr :
('a, ('b * string) list) ExtLib.Hashtbl.t ->
< name : 'a ; version : string.. > list ->
string list * ('b * string) list