dub-registry v1.6.0 (2015-09-28T06:56:52Z)
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
interfaces
Repository
structs
RefInfo