golang-github-segmentio-ksuid 1.0.4-2ubuntu0.24.04.1 source package in Ubuntu

Changelog

golang-github-segmentio-ksuid (1.0.4-2ubuntu0.24.04.1) noble-security; urgency=medium

  * No change rebuild due to golang-1.21 update

 -- Nishit Majithia <email address hidden>  Thu, 11 Jul 2024 09:59:59 +0530

Upload details

Uploaded by:
Nishit Majithia
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
golang
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble updates universe misc
Noble security 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-2ubuntu0.24.04.1.debian.tar.xz 2.9 KiB 179b53b32c33e05063b07ab3247d041d941406116beea1d85a2590fa38ec3f80
golang-github-segmentio-ksuid_1.0.4-2ubuntu0.24.04.1.dsc 2.2 KiB 7b3b1f53bb97bf191ad26850e9fe1f2c159e5ec5d921ca4b13dfeccddf977344

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/