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

Changelog

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

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

 -- Mathias Gibbens <email address hidden>  Sun, 21 Apr 2024 13:36:57 +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

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-gofrs-uuid_5.1.0-1.dsc 2.2 KiB 466b47732265974c46cd96a55f1e34e41af7a9b653f4c2ef629c994c613d3bb2
golang-github-gofrs-uuid_5.1.0.orig.tar.gz 23.1 KiB b152344b5fa38a2a05e673f0729fb52b6369b66cc4dc4d9554789f7383ca0791
golang-github-gofrs-uuid_5.1.0-1.debian.tar.xz 2.7 KiB 9894b8477f7060a54b04664d13f22d7889159c303513a38c74d08f483c086dca

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)