dud ~master (2021-08-18T15:25:26Z)
Dub
Repo
DependencyNoPlatform
dud
pkgdescription
platformselection
Undocumented in source.
struct
DependencyNoPlatform {
@
safe
pure
string
name
;
@
safe
pure
Nullable
!
VersionRange
version_
;
@
safe
pure
UnprocessedPath
path
;
@
safe
pure
Nullable
!
bool
optional
;
@
safe
pure
Nullable
!
bool
default_
;
}
Members
Variables
default_
Nullable
!
bool
default_
;
Undocumented in source.
name
string
name
;
Undocumented in source.
optional
Nullable
!
bool
optional
;
Undocumented in source.
path
UnprocessedPath
path
;
Undocumented in source.
version_
Nullable
!
VersionRange
version_
;
Undocumented in source.
Meta
Source
See Implementation
dud
pkgdescription
platformselection
functions
isSuperSet
select
selectImpl
selectLargestSuperset
structs
DependencyNoPlatform
PackageDescriptionNoPlatform
SubPackageNoPlatform