golang-github-ncabatoff-go-seq 0.0~git20180805.b08ef85-5 source package in Ubuntu

Changelog

golang-github-ncabatoff-go-seq (0.0~git20180805.b08ef85-5) unstable; urgency=medium

  * Switch to Standards-Version 4.7.0 (no changes needed).
  * Update copyright years.

 -- Guillem Jover <email address hidden>  Mon, 09 Sep 2024 23:59:19 +0200

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
Resolute release universe misc
Questing release universe misc
Plucky release universe misc

Builds

Plucky: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-ncabatoff-go-seq_0.0~git20180805.b08ef85-5.dsc 2.5 KiB e82c3f43a824c9ceab830caedc3f6bf8e1e7f5f38fcd1c5abff9033ebb0d14f3
golang-github-ncabatoff-go-seq_0.0~git20180805.b08ef85.orig.tar.xz 3.5 KiB 469567eb1d9b93edef9b19b12cb09a1db657d80d2ffbec47b0331312cb8b4f3f
golang-github-ncabatoff-go-seq_0.0~git20180805.b08ef85-5.debian.tar.xz 2.6 KiB 74c1ef7768bd3e19ac3b8e5e5d3491d97a97c5afe10892294e3bca0666a2d7d1

No changes file available.

Binary packages built by this source

golang-github-ncabatoff-go-seq-dev: sequence go values to allow sorting them (library)

 This package is intended to allow ordering (most) values via reflection,
 much like go-cmp allows comparing values for equality.
 .
 This is helpful when trying to write Less() methods for sorting
 structures.
 .
 Notable unsupported types include the builtin complex type, channels,
 functions, and maps with non-string keys. Pointers can be ordered if
 their underlying types can be ordered.