dubproxy.git

Undocumented in source.

Members

Aliases

LocalGit
alias LocalGit = Flag!"LocalGit"
Undocumented in source.

Enums

PathKind
enum PathKind
Undocumented in source.
TagKind
enum TagKind
Undocumented in source.

Functions

cloneBare
void cloneBare(string path, LocalGit lg, string destDir, const(DubProxyOptions) options)
Undocumented in source. Be warned that the author may not have intended to support it.
createWorkingTree
void createWorkingTree(string clonedGitPath, const(TagReturn) tag, string packageName, string destDir, const(DubProxyOptions) options)
Undocumented in source. Be warned that the author may not have intended to support it.
getHashFromVersion
string getHashFromVersion(const(TagReturn[]) tags, string ver)
Undocumented in source. Be warned that the author may not have intended to support it.
getPathKind
PathKind getPathKind(string path)
Undocumented in source. Be warned that the author may not have intended to support it.
getTagDataLocal
string getTagDataLocal(string path, const(TagKind) tk, const(DubProxyOptions) options)
Undocumented in source. Be warned that the author may not have intended to support it.
getTagDataRemote
string getTagDataRemote(string path, const(TagKind) tk, const(DubProxyOptions) options)
Undocumented in source. Be warned that the author may not have intended to support it.
getTags
TagReturn[] getTags(string path, const(TagKind) tk, const(DubProxyOptions) options)
Undocumented in source. Be warned that the author may not have intended to support it.
getTagsLocal
TagReturn[] getTagsLocal(string path, const(TagKind) tk, const(DubProxyOptions) options)
Undocumented in source. Be warned that the author may not have intended to support it.
getTagsRemote
TagReturn[] getTagsRemote(string path, const(TagKind) tk, const(DubProxyOptions) options)
Undocumented in source. Be warned that the author may not have intended to support it.
insertVersionIntoDubFile
void insertVersionIntoDubFile(string packageDir, string ver, const(DubProxyOptions) options)
Undocumented in source. Be warned that the author may not have intended to support it.
insertVersionIntoDubJsonFile
void insertVersionIntoDubJsonFile(string fileName, string ver)
Undocumented in source. Be warned that the author may not have intended to support it.
insertVersionIntoDubSDLFile
void insertVersionIntoDubSDLFile(string fileName, string ver, const(DubProxyOptions) options)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

TagReturn
struct TagReturn
Undocumented in source.

Meta