dub.recipe.selection

Contains type definition for the selections file

The selections file, commonly known by its file name dub.selections.json, is used by Dub to store resolved dependencies. Its purpose is identical to other package managers' lock file.

Members

Aliases

Selected
deprecated alias Selected = Selections!1
Undocumented in source.

Structs

IntegrityTag
struct IntegrityTag

A subresource integrity declaration

SelectedDependency
struct SelectedDependency

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

Selections
struct Selections(ushort Version)

A specific version of the selections file

SelectionsFile
struct SelectionsFile

Top level type for dub.selections.json

Meta