SelectedDependency

Wrapper around SelectedDependency to do deserialization but still provide a Dependency object to client code.

Constructors

this
this(inout(Dependency) dep, IntegrityTag tag)

Constructor, used in fromConfig

Alias This

actual

Members

Functions

opAssign
SelectedDependency opAssign(Dependency dep)

Allow external code to assign to this object as if it was a Dependency

toJsonDep
Json toJsonDep()

Serializes a selected version to JSON for dub.selections.json

Static functions

fromConfig
SelectedDependency fromConfig(ConfigParser p)

Read a Dependency from the config file - Required to support both short and long form

Variables

actual
Dependency actual;
Undocumented in source.
integrity
IntegrityTag integrity;
Undocumented in source.

Meta