- authors
string[] authors;
Undocumented in source.
- buildOptions
BuildOption[] buildOptions;
Undocumented in source.
- buildRequirements
BuildRequirement[] buildRequirements;
Undocumented in source.
- configurations
PackageDescriptionNoPlatform[] configurations;
Undocumented in source.
- copyFiles
UnprocessedPath[] copyFiles;
Files to copy to the target directory
- copyright
string copyright;
Undocumented in source.
- ddoxFilterArgs
string[] ddoxFilterArgs;
Undocumented in source.
- ddoxTool
string ddoxTool;
Undocumented in source.
- debugVersionFilters
string[] debugVersionFilters;
Undocumented in source.
- debugVersions
string[] debugVersions;
D debug version identifiers to set
- dependencies
DependencyNoPlatform[string] dependencies;
Undocumented in source.
- description
string description;
Undocumented in source.
- dflags
string[] dflags;
Flags passed to the D compiler
- excludedSourceFiles
UnprocessedPath[] excludedSourceFiles;
Undocumented in source.
- homepage
string homepage;
Undocumented in source.
- importPaths
UnprocessedPath[] importPaths;
Undocumented in source.
- lflags
string[] lflags;
Flags passed to the linker
- libs
string[] libs;
Librariy names to link against (typically using "-l<name>")
- license
string license;
Undocumented in source.
- mainSourceFile
UnprocessedPath mainSourceFile;
Undocumented in source.
- name
string name;
Undocumented in source.
- postBuildCommands
string[] postBuildCommands;
Commands to execute after every build
- postGenerateCommands
string[] postGenerateCommands;
commands executed after creating the description
- postRunCommands
string[] postRunCommands;
Commands to execute after every run
- preBuildCommands
string[] preBuildCommands;
Commands to execute prior to every build
- preGenerateCommands
string[] preGenerateCommands;
commands executed before creating the description
- preRunCommands
string[] preRunCommands;
Commands to execute prior to every run
- sourceFiles
UnprocessedPath[] sourceFiles;
Undocumented in source.
- sourcePaths
UnprocessedPath[] sourcePaths;
Undocumented in source.
- stringImportPaths
UnprocessedPath[] stringImportPaths;
Undocumented in source.
- subConfigurations
string[string] subConfigurations;
Undocumented in source.
- subPackages
SubPackageNoPlatform[] subPackages;
Undocumented in source.
- systemDependencies
string systemDependencies;
Undocumented in source.
- targetName
string targetName;
Undocumented in source.
- targetPath
UnprocessedPath targetPath;
Undocumented in source.
- targetType
TargetType targetType;
Undocumented in source.
- toolchainRequirements
ToolchainRequirement[Toolchain] toolchainRequirements;
Undocumented in source.
- versionFilters
string[] versionFilters;
Undocumented in source.
- version_
SemVer version_;
Undocumented in source.
- versions
string[] versions;
D version identifiers to set
- workingDirectory
UnprocessedPath workingDirectory;
Undocumented in source.