dub.dependency

Stuff with dependencies.

Members

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)

Version
struct Version

A version in the format "major.update.bugfix-prerelease+buildmetadata" according to Semantic Versioning Specification v2.0.0.

Meta

Authors

Matthias Dondorff, Sönke Ludwig

License

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