golang-github-gofrs-uuid 5.0.0-1 source package in Ubuntu

Changelog

golang-github-gofrs-uuid (5.0.0-1) unstable; urgency=medium

  * New upstream release
  * Update Standards-Version to 4.6.2 in d/control (no changes needed)
  * Update years in d/copyright

 -- Mathias Gibbens <email address hidden>  Sun, 18 Jun 2023 16:28:08 +0000

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
Noble release universe misc
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-gofrs-uuid_5.0.0-1.dsc 2.2 KiB 97d6d31ec374a6922b89b7dcb3e9a6175f0060f7711ac31d86e245c8cacd17bc
golang-github-gofrs-uuid_5.0.0.orig.tar.gz 22.7 KiB 1d04952085fc82e3950c284dbb488cda882b2b70a7954dc15ce8799f48988f85
golang-github-gofrs-uuid_5.0.0-1.debian.tar.xz 2.7 KiB 24f85d35dae675ded3ef503cc5b684125ddf3784319c9879f286db978b7ef76b

Available diffs

No changes file available.

Binary packages built by this source

golang-github-gofrs-uuid-dev: UUID library for Golang

 This library provides a pure Golang implementation of Universally Unique
 Identifiers (UUID) variant as defined in RFC-9562. This package supports
 both the creation and parsing of UUIDs in different formats.
 .
 The library supports the following UUID versions:
  * Version 1, based on timestamp and MAC address
  * Version 3, based on MD5 hashing of a named value
  * Version 4, based on random numbers
  * Version 5, based on SHA-1 hashing of a named value
  * Version 6, a k-sortable id based on timestamp, and field-compatible with v1
  * Version 7, a k-sortable id based on timestamp