dub v1.32.1-beta.1 (2023-04-15T20:33:32Z)
Dub
Repo
SubPackage
dub
recipe
packagerecipe
Undocumented in source.
struct
SubPackage {
string
path
;
PackageRecipe
recipe
;
static
SubPackage
fromYAML
(ConfigParser!SubPackage p);
}
Members
Static functions
fromYAML
SubPackage
fromYAML
(ConfigParser!SubPackage p)
Given a YAML parser, recurses into
recipe
or use
path
depending on the node type.
Variables
path
string
path
;
Undocumented in source.
recipe
PackageRecipe
recipe
;
Undocumented in source.
Meta
Source
See Implementation
dub
recipe
packagerecipe
functions
addRequirement
checkPlatform
fixDependenciesNames
getBasePackageName
getSubPackageName
getSubPackagePath
structs
BuildSettingsTemplate
ConfigurationInfo
PackageRecipe
RecipeDependency
RecipeDependencyAA
SubPackage
ToolchainRequirements