package
0.22.2
Repository: https://github.com/cassava/repoctl.git
Documentation: pkg.go.dev

# Functions

Dependencies returns a list of all dependencies in the graph, those in repositories, those from AUR, and those unknown.
NewFactory returns a new dependency graph, ignoring repositories given in `ignore`.
NewGraph returns a new graph.

# Structs

A Factory creates a dependency graph given a set of packages.
Graph implements graph.Graph.
Node implements graph.Node.