dub-registry v2.2.0 (2017-09-04T14:20:42Z)
Home
Dub
Repo
RefInfo
dubregistry
repositories
repository
Undocumented in source.
struct
RefInfo {
string
name
;
string
sha
;
BsonDate
date
;
this
(string name, string sha, SysTime date);
}
Constructors
this
this
(string name, string sha, SysTime date)
Undocumented in source.
Members
Variables
date
BsonDate
date
;
Undocumented in source.
name
string
name
;
Undocumented in source.
sha
string
sha
;
Undocumented in source.
Meta
Source
See Implementation
dubregistry
repositories
repository
aliases
RepositoryFactory
functions
addRepositoryFactory
getRepository
readJson
supportsRepositoryKind
interfaces
Repository
structs
RefInfo
RepositoryInfo