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)
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.
Subject to the terms of the MIT license, as written in the included LICENSE.txt file.
© 2012-2013 Matthias Dondorff
Stuff with dependencies.