PackageOverride_

Undocumented in source.

Constructors

this
deprecated this(string package_, Dependency version_, Version target_version)
Undocumented in source.
this
deprecated this(string package_, Dependency version_, NativePath target_path)
Undocumented in source.
this
this(string package_, VersionRange src, Version target)
Undocumented in source.
this
this(string package_, VersionRange src, NativePath target)
Undocumented in source.

Members

Properties

targetPath
deprecated inout(NativePath) targetPath [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
targetPath
deprecated NativePath targetPath [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
targetVersion
deprecated inout(Version) targetVersion [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
targetVersion
deprecated Version targetVersion [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
version_
deprecated inout(Dependency) version_ [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
version_
deprecated Dependency version_ [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

package_
string package_;
Undocumented in source.
source
VersionRange source;
Undocumented in source.
target
ResolvedDep target;
Undocumented in source.

Meta