Source: golang-github-mikelolasagasti-xz
Section: golang
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Andrew Lee (李健秋) <ajqlee@debian.org>,
Build-Depends: debhelper-compat (= 13),
               dh-sequence-golang,
               dpkg-build-api (= 1),
               golang-any,
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-mikelolasagasti-xz
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-mikelolasagasti-xz.git
Homepage: https://github.com/mikelolasagasti/xz
XS-Go-Import-Path: github.com/mikelolasagasti/xz

Package: golang-github-mikelolasagasti-xz-dev
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends},
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.

