Defaultgraphs.SyntacticDependencyGraphSyntactic dependency graph. Vertices are cudf packages, OR nodes representing a disjunctive dependency, or Missing nodes representing a missing package. The latter is used to display explanation graphs. Vertices are indexed considering only the pair name,version . Edges are labelled with
OrDepends : disjuctive dependencyDirDepends : direct dependecyConflict : conflictmodule PkgV : sig ... endmodule PkgE : sig ... endval default_pp : Dose_common.CudfAdd.pp Stdlib.refmodule G : sig ... endmodule DotPrinter : sig ... endmodule S : sig ... endmodule GmlPrinter : sig ... endmodule GraphmlPrinter : sig ... endval depgraphbar : Dose_common.Util.Progress.tval dependency_graph : ?root:Cudf.package -> Cudf.universe -> G.tBuild the syntactic dependency graph from the give cudf universe