opam-lib.solver
OpamCudf.Graph
Cudf graph
opam-lib
opam-lib.client
opam-lib.format
opam-lib.repository
opam-lib.state
type t
Graph of cudf packages
val of_universe : Cudf.universe -> t
Build a graph from a CUDF universe
val transitive_closure : t -> t
Return the transitive closure of g
g
val close_and_linearize : t -> Set.t -> Cudf.package list
Return the transitive closure of dependencies of set, sorted in topological order.
set