golang-github-alecthomas-binary 0.0~git20221018.7487181-1 source package in Ubuntu

Changelog

golang-github-alecthomas-binary (0.0~git20221018.7487181-1) unstable; urgency=medium

  * New upstream release.
  * according to ratt nothing needs to be rebuild

 -- Thorsten Alteholz <email address hidden>  Sat, 03 Dec 2022 08:26:57 +0000

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
golang
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

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-alecthomas-binary_0.0~git20221018.7487181-1.dsc 2.6 KiB 207207c766e7eb4e7386044ef306291309b47456131fc322b9eace41bedffe5d
golang-github-alecthomas-binary_0.0~git20221018.7487181.orig.tar.xz 4.3 KiB 46d046093d6d8173957b7e74f614a1942d528b79d4e6a57def671c55092f2472
golang-github-alecthomas-binary_0.0~git20221018.7487181-1.debian.tar.xz 2.5 KiB 544930982ab66521f99b0cd4d88773734d269743a1cb1194bb9b53d4b167f0b1

No changes file available.

Binary packages built by this source

golang-github-alecthomas-binary-dev: general purpose binary encoder/decoder

 This package provides compact binary encoding for Go.
 .
 The Go standard library package encoding/binary provides encoding/decoding of
 fixed-size Go values or slices of same. This package extends support to
 arbitrary, variable-sized values by prefixing these values with their
 varint-encoded size, recursively.