golang-github-valyala-gozstd 1.20.1+ds1-1 source package in Ubuntu

Changelog

golang-github-valyala-gozstd (1.20.1+ds1-1) unstable; urgency=medium

  * New upstream release.
  * Bump Standards-Version to 4.6.2 (no changes needed).
  * Update copyright years.

 -- Guillem Jover <email address hidden>  Thu, 10 Aug 2023 12:43:48 +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

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-valyala-gozstd_1.20.1+ds1-1.dsc 2.2 KiB 865b7d7b0fd8a1376c87f3a42dfd093777e45166a441d3a9add0fdc522fba872
golang-github-valyala-gozstd_1.20.1+ds1.orig.tar.xz 18.3 KiB 77efd3b9e8c417cfb710dcc9c56690930f35e50c430329acaa08ed4540d64384
golang-github-valyala-gozstd_1.20.1+ds1-1.debian.tar.xz 3.6 KiB 063f363048ca801a5c5b936445a29fe4309a829a0531e719c4cba9db396fd2ec

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.