golang-github-mikelolasagasti-xz 1.0.1-1
Package Information
| Description | Native Go XZ decompression package (library) Xz Package xz implements XZ decompression natively in Go. Documentation at https://pkg.go.dev/github.com/mikelolasagasti/xz (https://pkg.go.dev/github.com/mikelolasagasti/xz). Download and install with go get github.com/mikelolasagasti/xz. If you need compression as well as decompression, you might want to look at https://github.com/ulikunitz/xz (https://github.com/ulikunitz/xz). LICENSE This was originally released into the public domain by the AUTHORS. Here it is licensed more explicitly as Zero-Clause BSD (0BSD) so that it can be detected by automated tooling, and satisfy the legal requirements for vendor integration for cases in which a "public domain" statement is not sufficient. This Go package is a modified version of XZ Embedded <http://tukaani.org/xz/embedded.html> and the project adopted 0BSD for newer commits. |
|---|---|
| Maintainer | Debian Go Packaging Team <team+pkg-go@tracker.debian.org> |
| Changed By | Andrew Lee (李健秋) <ajqlee@debian.org> |
| Sponsor | ajqlee@debian.org |
| Distribution | unstable |
| Architecture | all |
| VCS | git: https://salsa.debian.org/go-team/packages/golang-github-mikelolasagasti-xz.git (browse) |
| Closes | #1140155 |
| Tracker | https://tracker.debian.org/pkg/golang-github-mikelolasagasti-xz |
| Uploaded | 3 hours ago |
New Package Report
.changes
| Changed-By | Andrew Lee (李健秋) |
|---|---|
| Architecture | source all |
| Distribution | unstable |
| Date | Tue, 16 Jun 2026 17:19:00 +0200 |
| Source | golang-github-mikelolasagasti-xz |
| Version | 1.0.1-1 |
Changelog
golang-github-mikelolasagasti-xz (1.0.1-1) unstable; urgency=medium
.
* Initial release (Closes: #1140155)
- requires by golang-github-mholt-archives..dsc
| Package-List | golang-github-mikelolasagasti-xz-dev deb golang optional arch=all |
|---|---|
| Section | golang |
| Priority | optional |
| Component | main |
debian/copyright
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Source: https://github.com/mikelolasagasti/xz
Upstream-Name: github.com/mikelolasagasti/xz
Upstream-Contact: Mikel Olasagasti Uranga <mikel@olasagasti.info>
Comment: upstream name matches it's go module path
Files: *
Copyright: 2015-2017 Michael Cross <https://github.com/xi2>
2025 Mikel Olasagasti Uranga <mikel@olasagasti.info>
License: 0BSD
Files: debian/*
Copyright: 2026 Andrew Lee (李健秋) <ajqlee@debian.org>
License: 0BSD
Comment: Debian packaging is licensed under the same terms as upstream
License: 0BSD
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted.
.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE.