golang-github-segmentio-ksuid 1.0.4-2build1 source package in Ubuntu

Changelog

golang-github-segmentio-ksuid (1.0.4-2build1) mantic; urgency=medium

  * No-change rebuild with Go 1.21.

 -- Michael Hudson-Doyle <email address hidden>  Thu, 24 Aug 2023 17:15:46 +1200

Upload details

Uploaded by:
Michael Hudson-Doyle
Uploaded to:
Mantic
Original maintainer:
Debian Go Packaging Team
Architectures:
any all
Section:
misc
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

Downloads

File Size SHA-256 Checksum
golang-github-segmentio-ksuid_1.0.4.orig.tar.gz 18.6 KiB b8cec5b4e99f84249b34d8932f866b7abe47eb5fa7ef7b2f15e0a3ab3d62b8f6
golang-github-segmentio-ksuid_1.0.4-2build1.debian.tar.xz 2.8 KiB 3c4fba39b397022e91d70fd533d46b378fe73c8c90cefc97ecc6e008d9804c68
golang-github-segmentio-ksuid_1.0.4-2build1.dsc 2.3 KiB 642081be5cb97071c0c20cfb9063a2a04dad0a6ca5e094fa56f74b55c6e7f8f4

View changes file

Binary packages built by this source

golang-github-segmentio-ksuid-dev: K-Sortable Globally Unique IDs (Go library)

 ksuid is an efficient, comprehensive, battle-tested Go library for
 generating and parsing a specific kind of globally unique identifier
 called a *KSUID*. This library serves as its reference implementation.
 .
 What is a KSUID?
 .
 KSUID is for K-Sortable Unique IDentifier. It is a kind of globally
 unique identifier similar to a RFC 4122 UUID, built from the ground-up
 to be "naturally" sorted by generation timestamp without any special
 type-aware logic.
 .
 In short, running a set of KSUIDs through the UNIX sort command will
 result in a list ordered by generation time.
 .
 Why use KSUIDs?
 .
 There are numerous methods for generating unique identifiers, so why
 KSUID?
 .
  1. Naturally ordered by generation time
  2. Collision-free, coordination-free, dependency-free
  3. Highly portable representations
 .
 See https://segment.com/blog/a-brief-history-of-the-uuid/

ksuid: K-Sortable Globally Unique IDs (program)

 ksuid is an efficient, comprehensive, battle-tested Go library for
 generating and parsing a specific kind of globally unique identifier
 called a *KSUID*. This library serves as its reference implementation.
 .
 This package comes with a command-line tool ksuid, useful for generating
 KSUIDs as well as inspecting the internal components of existing KSUIDs.
 Machine-friendly output is provided for scripting use cases.
 .
 What is a KSUID?
 .
 KSUID is for K-Sortable Unique IDentifier. It is a kind of globally
 unique identifier similar to a RFC 4122 UUID, built from the ground-up
 to be "naturally" sorted by generation timestamp without any special
 type-aware logic.
 .
 In short, running a set of KSUIDs through the UNIX sort command will
 result in a list ordered by generation time.
 .
 Why use KSUIDs?
 .
 There are numerous methods for generating unique identifiers, so why
 KSUID?
 .
  1. Naturally ordered by generation time
  2. Collision-free, coordination-free, dependency-free
  3. Highly portable representations
 .
 See https://segment.com/blog/a-brief-history-of-the-uuid/