dub.package_

Stuff with dependencies.

Public Imports

dub.recipe.packagerecipe
public import dub.recipe.packagerecipe;
Undocumented in source.

Members

Classes

Package
class Package

Represents a package, including its sub packages

Enums

PackageFormat
enum PackageFormat
Undocumented in source.

Properties

defaultPackageFilename
string defaultPackageFilename [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
packageInfoFilenames
string[] packageInfoFilenames [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

packageInfoFiles
FilenameAndFormat[] packageInfoFiles;
Undocumented in source.

Structs

FilenameAndFormat
struct FilenameAndFormat
Undocumented in source.
PathAndFormat
struct PathAndFormat
Undocumented in source.

Meta

License

Subject to the terms of the MIT license, as written in the included LICENSE.txt file.

Authors

Matthias Dondorff