golang-github-datadog-zstd 1.4.5+patch1-1 source package in Ubuntu

Changelog

golang-github-datadog-zstd (1.4.5+patch1-1) unstable; urgency=medium

  * Team upload.
  * New upstream version 1.4.5+patch1
    Adapt changes with libzstd 1.4.8 (Closes: #978207)
  * Update debhelper-compat to 13
  * Update Standards-Version to 4.5.1 (no changes)
  * Update section to golang
  * Add Rules-Requires-Root

 -- Shengjing Zhu <email address hidden>  Sun, 27 Dec 2020 19:06:03 +0800

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
Jammy release universe misc

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-datadog-zstd_1.4.5+patch1-1.dsc 1.7 KiB 8765e361217b5708b6a9ec85009183bd4b889a48181a4d8dab744e54903ad910
golang-github-datadog-zstd_1.4.5+patch1.orig.tar.xz 12.3 KiB 2c830b99740f504f5e0d998ef889e4342c54c1598ee57f89f395abee7ef0d2fe
golang-github-datadog-zstd_1.4.5+patch1-1.debian.tar.xz 2.9 KiB 6d4ab27043a143a49bba0c2de7341d7296ce8bac31c91c4cdede0ced4a8d5d35

Available diffs

No changes file available.

Binary packages built by this source

golang-github-datadog-zstd-dev: Zstd wrapper for Go

 The Go wrapper exposes two main APIs
  * simple Compress/Decompress
  * streaming API (io.Reader/io.Writer)
 .
 The compress/decompress APIs mirror that of lz4, while the streaming API was
 designed to be a drop-in replacement for zlib.