RecipeDependency

A dependency with possible BuildSettingsTemplate

Currently only dflags is taken into account, but the parser accepts any value that is in BuildSettingsTemplate. This feature was originally introduced to support -preview, as setting a -preview in dflags does not propagate down to dependencies.

Alias This

dependency

Convenience alias as most uses just want to deal with the Dependency

Members

Static functions

fromYAML
RecipeDependency fromYAML(ConfigParser!RecipeDependency p)

Read a Dependency and BuildSettingsTemplate from the config file

Variables

dependency
Dependency dependency;

The dependency itself

settings
BuildSettingsTemplate settings;

Additional dflags, if any

Meta