Source: golang-github-hashicorp-go-version Section: devel Priority: optional Standards-Version: 4.4.1 Maintainer: Debian Go Packaging Team Uploaders: Dmitry Smirnov Build-Depends: debhelper (>= 12~), dh-golang, golang-any 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.