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

Changelog

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

  * New upstream release

 -- Mathias Gibbens <email address hidden>  Sat, 26 Nov 2022 03:05:47 +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
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-gofrs-uuid_4.3.1-1.dsc 2.2 KiB 987bfd811b7473aa8708c55342caae9db020b2e654b39ef23b518d2b92ef3f2c
golang-github-gofrs-uuid_4.3.1.orig.tar.gz 20.6 KiB 7fbed95d68136f9cb116f6529f5c1006e476362370f312c12674356165f02599
golang-github-gofrs-uuid_4.3.1-1.debian.tar.xz 2.6 KiB cb5ad727d5f807be69a638de2d5bc209a0dee7e4667ad0de9f72660894ae936c

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-4122. 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 (RFC-4122)
  * Version 2, based on timestamp, MAC address and POSIX UID/GID (DCE 1.1)
  * Version 3, based on MD5 hashing of a named value (RFC-4122)
  * Version 4, based on random numbers (RFC-4122)
  * Version 5, based on SHA-1 hashing of a named value (RFC-4122)