dub-registry v1.3.0 (2015-04-16T19:46:47Z)
Home
Dub
Repo
Repository
dubregistry
repositories
repository
Undocumented in source.
interface
Repository {
RefInfo
[]
getTags
();
RefInfo
[]
getBranches
();
void
readFile
(string commit_sha, Path path, void delegate(scope InputStream) reader);
string
getDownloadUrl
(string tag_or_branch);
}
Members
Functions
getBranches
RefInfo
[]
getBranches
()
Undocumented in source.
getDownloadUrl
string
getDownloadUrl
(string tag_or_branch)
Undocumented in source.
getTags
RefInfo
[]
getTags
()
Undocumented in source.
readFile
void
readFile
(string commit_sha, Path path, void delegate(scope InputStream) reader)
Undocumented in source.
Meta
Source
See Implementation
dubregistry
repositories
repository
aliases
RepositoryFactory
functions
addRepositoryFactory
getRepository
readJson
interfaces
Repository
structs
RefInfo