Does this package take part in the build?
The configuration that is built
Files to copy to the target directory
D debug version identifiers to set
Flags passed to the D compiler
A list of all source/import files possibly used by the package
Flags passed to the linker
Librariy names to link against (typically using "-l<name>")
Qualified name of the package
Path to the package
Commands to execute after every build
commands executed after creating the description
Commands to execute prior to every build
commands executed before creating the description
Version of the package
D version identifiers to set
Describes the build settings and meta data of a single package.
This structure contains the effective build settings and dependencies for the selected build platform. This structure is most useful for displaying information about a package in an IDE. Use TargetDescription instead when writing a build-tool.