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

Changelog

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

  * Update debian/watch file.
  * Use dh-sequence-golang instead of dh-golang and --with=golang.
  * Wrap and sort -sat.
  * Switch to Standards-Version 4.6.0 (no changes needed).

 -- Guillem Jover <email address hidden>  Fri, 03 Dec 2021 15:39:32 +0100

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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-ncabatoff-go-seq_0.0~git20180805.b08ef85-4.dsc 2.4 KiB d72f0ab48eb88b30e28f3eeb641d81213ffb60abe7256d7c1c1f7b26c478d9d2
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-4.debian.tar.xz 2.5 KiB eea09f544f917c9045ffe695f3d8215f65c89141680cc664d1048f86153fbd9a

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.