dub v1.32.1-beta.1 (2023-04-15T20:33:32Z)
Dub
Repo
Repository
dub
dependency
Represents an SCM repository.
struct
Repository {
enum
Kind
;
this
(string remote, string ref_);
this
(string remote);
string
toString
();
string
remote
[@property getter];
string
ref_
[@property getter];
Kind
kind
[@property getter];
bool
empty
[@property getter];
}
Constructors
this
this
(string remote, string ref_)
deprecated
this
(string remote)
Members
Enums
Kind
enum
Kind
Undocumented in source.
Functions
toString
string
toString
()
Undocumented in source. Be warned that the author may not have intended to support it.
Properties
empty
bool
empty
[@property getter]
kind
Kind
kind
[@property getter]
ref_
string
ref_
[@property getter]
remote
string
remote
[@property getter]
Meta
Source
See Implementation
dub
dependency
enums
VersionMatchMode
functions
isGitHash
visit
structs
Dependency
PackageDependency
Repository
Version
VersionRange
Represents an SCM repository.