PackageDependency

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

Constructors

this
deprecated this(string n, Dependency s)

Backward compatibility

this
this(PackageName n, Dependency s)
Undocumented in source.

Members

Variables

name
PackageName name;

Name of the referenced package.

spec
Dependency spec;

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

Meta