dub v1.8.0-beta.1 (2018-02-18T22:03:58Z)
Dub
Repo
PackageOverride
dub
packagemanager
Undocumented in source.
struct
PackageOverride {
string
package_
;
Dependency
version_
;
Version
targetVersion
;
NativePath
targetPath
;
this
(string package_, Dependency version_, Version target_version);
this
(string package_, Dependency version_, NativePath target_path);
}
Constructors
this
this
(string package_, Dependency version_, Version target_version)
Undocumented in source.
this
this
(string package_, Dependency version_, NativePath target_path)
Undocumented in source.
Members
Variables
package_
string
package_
;
Undocumented in source.
targetPath
NativePath
targetPath
;
Undocumented in source.
targetVersion
Version
targetVersion
;
Undocumented in source.
version_
Dependency
version_
;
Undocumented in source.
Meta
Source
See Implementation
dub
packagemanager
classes
PackageManager
enums
LocalPackageType
structs
PackageOverride