SelectionsFile

Top level type for dub.selections.json

To support multiple version, we expose a SumType which contains the "real" version being parsed.

Members

Functions

fileVersion
uint fileVersion()

Get the fileVersion of this selection file

inheritable
bool inheritable()

Whether this dub.selections.json can be inherited by nested projects without local dub.selections.json

Static functions

fromConfig
SelectionsFile fromConfig(ConfigParser parser)

Deserialize the selections file according to its version

Variables

content
DataType content;

The content of this selections file

Meta