dubregistry.repositories.repository

Members

Aliases

RepositoryFactory
alias RepositoryFactory = Repository delegate(DbRepository)
Undocumented in source.

Functions

addRepositoryFactory
void addRepositoryFactory(string kind, RepositoryFactory factory)
Undocumented in source. Be warned that the author may not have intended to support it.
getRepository
Repository getRepository(DbRepository repinfo)
Undocumented in source. Be warned that the author may not have intended to support it.
readJson
Json readJson(string url, bool sanitize, bool cache_priority)
Undocumented in source. Be warned that the author may not have intended to support it.
supportsRepositoryKind
bool supportsRepositoryKind(string kind)
Undocumented in source. Be warned that the author may not have intended to support it.

Interfaces

Repository
interface Repository
Undocumented in source.

Structs

RefInfo
struct RefInfo
Undocumented in source.
RepositoryInfo
struct RepositoryInfo
Undocumented in source.

Meta

License

Subject to the terms of the GNU GPLv3 license, as written in the included LICENSE.txt file.

Authors

Sönke Ludwig