* Package name : golang-github-masterminds-semver
Version : 3.5.0-1
Upstream Author : Matt Butcher and Matt Farina
* URL : https://github.com/masterminds/semver
* License : Expat
Programming Lang: Go
Description : Work with Semantic Versions in Go (library)
The semver package provides the ability to work with Semantic Versions
(http://semver.org) in Go. Specifically it provides the ability to:
.
* Parse semantic versions
* Sort semantic versions
* Check if a semantic version fits within a set of constraints
* Optionally work with a v prefix
Regards,
Tobias