package opam-solver

  1. Overview
  2. Docs

Cudf graph

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

val close_and_linearize : t -> Set.t -> Cudf.package list

Return the transitive closure of dependencies of set, sorted in topological order.

OCaml

Innovation. Community. Security.