golang-github-alecthomas-binary 0.0~git20171101.6e8df1b-2 source package in Ubuntu

Changelog

golang-github-alecthomas-binary (0.0~git20171101.6e8df1b-2) unstable; urgency=low

  [ Debian Janitor ]
  * Bump debhelper from old 11 to 13.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Bug-Submit.
  * Update standards version to 4.5.1, no changes needed.
  * Apply multi-arch hints.
    + golang-github-alecthomas-binary-dev: Add Multi-Arch: foreign.

  [ Thorsten Alteholz ]
  * upload source package
  * add myself to Uploaders:

 -- Thorsten Alteholz <email address hidden>  Tue, 05 Jan 2021 19:49:33 +0000

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
golang
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-alecthomas-binary_0.0~git20171101.6e8df1b-2.dsc 2.6 KiB 5b72d78a1eae12fa04d8be1d2db5844f3c071c0c7cde207e21368447fdad9296
golang-github-alecthomas-binary_0.0~git20171101.6e8df1b.orig.tar.gz 4.3 KiB 5ddaa190e00b27e5efe415f082f05e1ac580d5f8089bc93c5b77cc1b665891b0
golang-github-alecthomas-binary_0.0~git20171101.6e8df1b-2.debian.tar.xz 2.4 KiB 9811668f730c7a0db4fbe28e0b8a8d60d8d4bc96286ec4e2165b341066cb2f4f

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.