DFSG NEW Queue

DFSG, Licensing & New Packages Team

golang-github-pierrec-lz4-v4 4.1.30-1

Package Information

DescriptionLZ4 compression and decompression in pure Go

This library implements reading and writing lz4 compressed data (a frame), as specified in http://fastcompression.blogspot.fr/2013/04/lz4-streaming-format-final.html, using an io.Reader (decompression) and io.Writer (compression). It is designed to minimize memory usage while maximizing throughput by being able to [de]compress data concurrently.

MaintainerDebian Go Packaging Team <team+pkg-go@tracker.debian.org>
Changed ByAndrew Lee (李健秋) <ajqlee@debian.org>
Sponsorajqlee@debian.org
Distributionunstable
Architectureall
VCSgit: https://salsa.debian.org/go-team/packages/golang-github-pierrec-lz4-v4.git (browse)
Trackerhttps://tracker.debian.org/pkg/golang-github-pierrec-lz4-v4
Uploaded3 hours ago

New Package Report

.changes
Version4.1.30-1
Changed-ByAndrew Lee (李健秋)
Architecturesource all
Distributionunstable
DateFri, 18 Sep 2026 20:53:55 +0200
Sourcegolang-github-pierrec-lz4-v4
Changelog
golang-github-pierrec-lz4-v4 (4.1.30-1) unstable; urgency=medium
 .
   * Team upload.
   * debian/control: rename source/binary, XS-Go-Import-Path and vcs-tags.
   * debian/control:build-deps on dh-go instead of dh-golang to enable
     module-aware builds.
   * New upstream version 4.1.30
   * debian/watch: switch to version 5 and pin on v4.
   * Drop legacy patches.
   * debian/rules: drop debhelper's buildsystem option as it's been
     specified in debian/control.
   * debian/gbp.conf: switch to DEP14.
.dsc
Priorityoptional
Componentmain
Package-Listgolang-github-pierrec-lz4-v4-dev deb golang optional arch=all
Sectiongolang
debian/copyright
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: lz4
Source: https://github.com/pierrec/lz4

Files: *
Copyright: 2015 Pierre Curto <pierre.curto@gmail.com>
License: BSD-3-clause

Files: debian/*
Copyright: 2015-2016 Daniel Stender <stender@debian.org>
           2017 Shengjing Zhu <i@zhsj.me>
License: BSD-3-clause

License: BSD-3-clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are met:
 .
 * Redistributions of source code must retain the above copyright notice, this
   list of conditions and the following disclaimer.
 .
 * Redistributions in binary form must reproduce the above copyright notice,
   this list of conditions and the following disclaimer in the documentation
   and/or other materials provided with the distribution.
 .
 * Neither the name of xxHash nor the names of its
   contributors may be used to endorse or promote products derived from
   this software without specific prior written permission.
 .
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
 DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
 SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
 CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
 OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Back to Dashboard | View all reviews for this package