Source: golang-github-hashicorp-go-version Section: devel Priority: optional Maintainer: Debian Go Packaging Team Uploaders: Alexandre Viau Build-Depends: debhelper (>= 11), dh-golang, golang-any Standards-Version: 4.3.0 Homepage: https://github.com/hashicorp/go-version Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-hashicorp-go-version Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-hashicorp-go-version.git XS-Go-Import-Path: github.com/hashicorp/go-version Testsuite: autopkgtest-pkg-go Package: golang-github-hashicorp-go-version-dev Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends}, Description: library for parsing and verifying versions and version constraints go-version is a library for parsing versions and version constraints, and verifying versions against a set of constraints. go-version can sort a collection of versions properly, handles prerelease/beta versions, can increment versions, etc. Versions used with go-version must follow SemVer.