golang-github-gofrs-uuid 3.2.0-2 source package in Ubuntu

Changelog

golang-github-gofrs-uuid (3.2.0-2) unstable; urgency=medium

  * Standards-Version: 4.4.1

 -- Dmitry Smirnov <email address hidden>  Sun, 01 Dec 2019 04:58:35 +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-gofrs-uuid_3.2.0-2.dsc 2.2 KiB 1e7f6550b19df5e99a11ed0f21c8efd11328e20d251653a4235b7a85ce1890a5
golang-github-gofrs-uuid_3.2.0.orig.tar.xz 13.8 KiB 074248495b2339bcbbf8c25af74b8f3563bc0d5cb702e6fc26bc5229acac7446
golang-github-gofrs-uuid_3.2.0-2.debian.tar.xz 2.1 KiB 5b4f8114ecff2d222a244d9fcad9a17aea6e26168189c12b381f592a94bfec59

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)