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

Changelog

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

  * New upstream release.
  * Update copyright years.

 -- Guillem Jover <email address hidden>  Sat, 01 Feb 2025 00:02:46 +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
Resolute release universe misc
Questing release universe misc
Plucky release universe misc

Builds

Plucky: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-valyala-gozstd_1.21.2+ds1-1.dsc 2.3 KiB 8ce38238b9d1546e28f45abdae469d6ff39653f830d8682676516b6b0fc52c04
golang-github-valyala-gozstd_1.21.2+ds1.orig.tar.xz 18.4 KiB 29266f7814ec819b52f86f33ffb5053dad50750b9deba0c16c4492629b62321c
golang-github-valyala-gozstd_1.21.2+ds1-1.debian.tar.xz 3.6 KiB 3b482bcb95c751ee1e3c2a2a0b78ec48e5c384afbd1d566f07635493196909fa

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.