Spec

Launch/Execution specification.

Members

Functions

allBuildFlags
string[] allBuildFlags(BuildOption[] bos)
Undocumented in source. Be warned that the author may not have intended to support it.
bosFlags
string[] bosFlags(BuildOption[] bos)
Undocumented in source. Be warned that the author may not have intended to support it.
build
void build(BuildOption[] bos, DirPath workDir, bool echo)
Undocumented in source. Be warned that the author may not have intended to support it.
fetch
void fetch(BuildOption[] bos, DirPath dlDir, bool echo)
Undocumented in source. Be warned that the author may not have intended to support it.
go
void go(BuildOption[] bos, bool echo)
Undocumented in source. Be warned that the author may not have intended to support it.
jobFlags
string[] jobFlags()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

branch
string branch;
Undocumented in source.
buildFlagsByBO
string[][BuildOption] buildFlagsByBO;
Undocumented in source.
buildFlagsDefault
string[] buildFlagsDefault;
Undocumented in source.
compiler
ExePath compiler;
Undocumented in source.
extraRemoteSpecs
RemoteSpec[] extraRemoteSpecs;
Undocumented in source.
homePage
URL homePage;
Undocumented in source.
jobCount
uint jobCount;
Undocumented in source.
name
Name name;
Undocumented in source.
outFilePath
Path outFilePath;
Undocumented in source.
patches
Patch[] patches;
Undocumented in source.
recurseSubModulesFlag
bool recurseSubModulesFlag;
Undocumented in source.
remote
string remote;
Undocumented in source.
sourceFilePaths
Path[] sourceFilePaths;
Undocumented in source.
sources
string[] sources;
Undocumented in source.
url
URL url;
Undocumented in source.
versionNames
DlangVersionName[] versionNames;
Undocumented in source.

Meta