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

Functions

opCmp
int opCmp(typeof(this) other)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

name
PackageName name;

Name of the referenced package.

spec
Dependency spec;

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

Meta