PackageDependency

Encapsulates the name of a package along with its dependency specification.

struct PackageDependency {}

Members

Variables

name
string name;

Name of the referenced package.

spec
Dependency spec;

Dependency specification used to select a particular version of the package.

Meta