dub.dependency

Stuff with dependencies.

Members

Classes

DependencyGraph
class DependencyGraph
Undocumented in source.

Structs

Dependency
struct Dependency

Representing a dependency, which is basically a version string and a compare methode, e.g. '>=1.0.0 <2.0.0' (i.e. a space separates the two version numbers)

RequestedDependency
struct RequestedDependency
Undocumented in source.
Version
struct Version

A version in the format "major.update.bugfix-pre-release+build-metadata" or "~master", to identify trunk, or "~branch_name" to identify a branch. Both Version types starting with "~" refer to the head revision of the corresponding branch.

Meta

License

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

Authors

Matthias Dondorff, Sönke Ludwig