1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: golang-github-hashicorp-go-version
Section: devel
Priority: optional
Standards-Version: 4.4.1
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Dmitry Smirnov <onlyjob@debian.org>
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.
|