PackageInfo

Specifying package information without any connection to a certain retrived package, like Package class is doing.

Members

Functions

getConfiguration
inout(ConfigurationInfo) getConfiguration(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
parseJson
void parseJson(Json json)
Undocumented in source. Be warned that the author may not have intended to support it.
toJson
Json toJson()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

dependencies
const(Dependency)[string] dependencies [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

authors
string[] authors;
Undocumented in source.
buildSettings
BuildSettingsTemplate buildSettings;
Undocumented in source.
buildTypes
BuildSettingsTemplate[string] buildTypes;
Undocumented in source.
configurations
ConfigurationInfo[] configurations;
Undocumented in source.
copyright
string copyright;
Undocumented in source.
ddoxFilterArgs
string[] ddoxFilterArgs;
Undocumented in source.
description
string description;
Undocumented in source.
homepage
string homepage;
Undocumented in source.
license
string license;
Undocumented in source.
name
string name;
Undocumented in source.
subPackages
Json subPackages;
Undocumented in source.
version_
string version_;
Undocumented in source.

Meta