golang-github-linkedin-goavro 2.10.1-1 source package in Ubuntu

Changelog

golang-github-linkedin-goavro (2.10.1-1) unstable; urgency=medium

  * Team upload.

  [ Debian Janitor ]
  * Bump debhelper from old 12 to 13.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.

  [ Aloïs Micard ]
  * New upstream version (Closes: #981671).
  * d/control:
    - Bump Standards-Version.
    - Add Rules-Requires-Root: no.
    - Set -dev package to Multi-Arch: foreign.
  * d/patches: Write patch to fix build on 32bit arch.
  * Now install examples.

 -- Aloïs Micard <email address hidden>  Thu, 30 Sep 2021 12:10:37 +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
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-linkedin-goavro_2.10.1-1.dsc 2.3 KiB b4298e8f9f4f21884bf54af6bcffdff55534b8bb3b2fc851fd9f00d28c762602
golang-github-linkedin-goavro_2.10.1.orig.tar.gz 139.0 KiB e1be39764b85b6ea79e060e9005324fe5d1d932d899bb0a6f71cfd0266d325b2
golang-github-linkedin-goavro_2.10.1-1.debian.tar.xz 3.8 KiB 4ac82c870c4470420870785ca3ae31e665c5c030d686fd25302b8f68fd3faf49

Available diffs

No changes file available.

Binary packages built by this source

golang-github-linkedin-goavro-dev: library that encodes and decodes Avro data

 This package contains a library that encodes and decodes Avro data.
 It encodes to and decodes from both binary and textual JSON Avro data
 The codec is stateless and is safe to use by multiple goroutines.
 With the exception of features not yet supported, goavro attempts to
 be fully compliant with the most recent version of the Avro specification.