golang-github-hashicorp-go-version 1.2.0-1 source package in Ubuntu

Changelog

golang-github-hashicorp-go-version (1.2.0-1) unstable; urgency=medium

  * New upstream release.
  * Standards-Version: 4.4.1.
  * DH & compat to version 12.
  * Added myself to Uploaders (Closes: #940366).

 -- Dmitry Smirnov <email address hidden>  Tue, 08 Oct 2019 14:14:10 +1100

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-hashicorp-go-version_1.2.0-1.dsc 2.3 KiB 31012277fe985bb5f2335ec52c134ee6dd6103159413b10548ff940ad8d5e261
golang-github-hashicorp-go-version_1.2.0.orig.tar.xz 11.9 KiB dfade3d68a73fc0704da2899f158cbf32208c0b6f0127ade3f8cf3ebf044ad08
golang-github-hashicorp-go-version_1.2.0-1.debian.tar.xz 7.2 KiB 54bf0ab4a639082c1c6e7325854910e22f1d6e7ae6b20bb036b1f0eb2876e42a

Available diffs

No changes file available.

Binary packages built by this source

golang-github-hashicorp-go-version-dev: 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.