Package

Undocumented in source.

Members

Functions

opEquals
bool opEquals(Package p)
Undocumented in source. Be warned that the author may not have intended to support it.
parseSdlPackage
void parseSdlPackage(bool copySdl, string sdlText)
Undocumented in source. Be warned that the author may not have intended to support it.
parseSdlPackage
void parseSdlPackage(char[] sdlText)
Undocumented in source. Be warned that the author may not have intended to support it.
reset
void reset()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

authors
const(char)[][] authors;
Undocumented in source.
dependencies
auto dependencies;
Undocumented in source.
description
const(char)[] description;
Undocumented in source.
name
const(char)[] name;
Undocumented in source.
subPackages
auto subPackages;
Undocumented in source.

Meta