golang-github-mcuadros-go-version 1.0.0-3 source package in Ubuntu

Changelog

golang-github-mcuadros-go-version (1.0.0-3) unstable; urgency=medium

  * Fix the installation path so that the package is actually importable.

 -- Andrej Shadura <email address hidden>  Sun, 10 Oct 2021 21:31:39 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-mcuadros-go-version_1.0.0-3.dsc 1.8 KiB 23e39983f85c06859df7a53b084dcd9c984ada82929bdeee2f21eb5b525b8f3c
golang-github-mcuadros-go-version_1.0.0.orig.tar.xz 10.0 KiB 51a5784f43c04f6092fdacde1af20701f3569cfd14a2ed792df0944240cb82ff
golang-github-mcuadros-go-version_1.0.0-3.debian.tar.xz 3.3 KiB 05743aefdeb6e02d52cadf9c8eb6e96a4f62af3f35f4e135c3f1efecda635d7c

No changes file available.

Binary packages built by this source

golang-github-mcuadros-go-version-dev: version normalizer and comparison library for Go

 Version is a Go library that provides version normalization and
 comparisons. It can also verify that a provided version string
 falls within a given range.
 .
 Examples:
   version.CompareSimple("1.2", "1.0.1")
   version.Compare("2.3.4", "v3.1.2", "<")
   .
   c := version.NewConstrainGroupFromString(">2.0,<=3.0")
   c.Match("2.5.0beta")