golang-github-valyala-gozstd 1.14.2+ds-1 source package in Ubuntu

Changelog

golang-github-valyala-gozstd (1.14.2+ds-1) unstable; urgency=medium

  * New upstream release.
    - Remove patch merged upstream.
  * Use dh-sequence-golang instead of dh-golang and --with=golang.
  * Bump Standards-Version to 4.6.0 (no changes needed).

 -- Guillem Jover <email address hidden>  Thu, 11 Nov 2021 15:05:57 +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
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-valyala-gozstd_1.14.2+ds-1.dsc 2.2 KiB 8e8789bbed41f149b18affe52db761a22a5811e7396cc123c3880a94b376f1a2
golang-github-valyala-gozstd_1.14.2+ds.orig.tar.gz 21.2 KiB 3eaaed48f47caafb4c5140f7b3479857ce2fe33c63d9ac2f350b1ddda4cd6624
golang-github-valyala-gozstd_1.14.2+ds-1.debian.tar.xz 3.8 KiB 6a31d4d97a08e6c14ee0ce292e241d8eb4642fb141cd5f7cb60f12ba50d57308

Available diffs

No changes file available.

Binary packages built by this source

golang-github-valyala-gozstd-dev: go wrapper for zstd (library)

 This package provides Go bindings for the libzstd C library.
 .
 Features:
  * Simple API.
  * Optimized for speed. The API may be easily used in zero allocations mode.
  * Compress* and Decompress* functions are optimized for high concurrency.
  * Proper Writer.Flush for network apps.
  * Supports the following features from upstream zstd:
    - Block / stream compression / decompression with all the supported
      compression levels and with dictionary support.
    - Dictionary building from a sample set. The created dictionary may be
      saved to persistent storage / transferred over the network.
    - Dictionary loading for compression / decompression.
 .
 There is also StreamCompress and Writer for stream compression and
 StreamDecompress and Reader for stream decompression.