Package.getDependencies

Retrieves all dependencies for a particular configuration.

This includes dependencies that are declared at the root level of the package recipe, as well as those declared within the specified configuration. If no configuration with the given name exists, only dependencies declared at the root level will be returned.

class Package
const
const(Dependency[string])
getDependencies
(
string config
)

See Also

hasDependency

Meta