- checkVersion
bool checkVersion(string ver, int[3] target)
Undocumented in source. Be warned that the author may not have intended to support it.
- checkVersion
bool checkVersion(int[3] ver, int[3] target)
Undocumented in source. Be warned that the author may not have intended to support it.
- component
ComponentInfoParams component(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
- extractPathSemver
string extractPathSemver(string s)
searches for a semver in the given string starting after a - character,
returns everything until the end.
- getConfigPath
bool getConfigPath(string file, string retPath)
Undocumented in source. Be warned that the author may not have intended to support it.
- getVersionAndFixPath
string getVersionAndFixPath(string execPath)
Undocumented in source. Be warned that the author may not have intended to support it.
- isLocallyCompiledDCD
bool isLocallyCompiledDCD(string v)
Set for some reason when compiling with dub fetch / dub run or sometimes
on self compilation.
Known strings: vbin, vdcd, vDCD
- normLF
string normLF(string str)
Undocumented in source. Be warned that the author may not have intended to support it.
- orDubFetchFallback
string orDubFetchFallback(string v, string path)
returns the version that is given or the version extracted from dub path if path is a dub path
- trace
void trace(Args )
Undocumented in source. Be warned that the author may not have intended to support it.
- traceTaskLog
void traceTaskLog(string msg)
Undocumented in source. Be warned that the author may not have intended to support it.