DubDependency

Represents a dependency of a dub project

Members

Variables

authors
const(string)[] authors;

Authors as given in dub package file

copyright
string copyright;

Copyright as given in dub package file

description
string description;

Description as given in dub package file

hasDependencies
bool hasDependencies;

true if this dependency has other dependencies

homepage
string homepage;

Homepage as given in dub package file

license
string license;

License as given in dub package file

name
string name;

The name of this package

path
string path;

Path to the directory in which the package resides or null if it's not stored in the local file system.

root
bool root;

true if no package name was given and thus this dependency is a root dependency of the active project.

subPackages
const(string)[] subPackages;

List of the names of subPackages as defined in the package

version_
string version_;

The installed version of this dependency or null if it isn't downloaded/installed yet

Meta