Source: golang-github-hashicorp-go-version Section: golang Priority: optional Maintainer: Debian Go Packaging Team Uploaders: Dmitry Smirnov Rules-Requires-Root: no Build-Depends: debhelper-compat (= 13), dh-sequence-golang, golang-any Testsuite: autopkgtest-pkg-go Standards-Version: 4.6.0 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 Homepage: https://github.com/hashicorp/go-version XS-Go-Import-Path: github.com/hashicorp/go-version Package: golang-github-hashicorp-go-version-dev Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends}, Multi-Arch: foreign 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.