Watch
1
0
Fork
You've already forked golang-github-mikelolasagasti-xz
0
No description
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Daniel Baumann bd8939b069
Releasing fastforward version 1.0.1-2~ffwd13+u1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2026-07-08 12:18:42 +02:00
debian Releasing fastforward version 1.0.1-2~ffwd13+u1. 2026-07-08 12:18:42 +02:00
testdata Adding upstream version 1.0.1. 2026-07-08 12:17:40 +02:00
AUTHORS Adding upstream version 1.0.1. 2026-07-08 12:17:40 +02:00
dec_bcj.go Adding upstream version 1.0.1. 2026-07-08 12:17:40 +02:00
dec_delta.go Adding upstream version 1.0.1. 2026-07-08 12:17:40 +02:00
dec_lzma2.go Adding upstream version 1.0.1. 2026-07-08 12:17:40 +02:00
dec_stream.go Adding upstream version 1.0.1. 2026-07-08 12:17:40 +02:00
dec_util.go Adding upstream version 1.0.1. 2026-07-08 12:17:40 +02:00
dec_xz.go Adding upstream version 1.0.1. 2026-07-08 12:17:40 +02:00
doc.go Adding upstream version 1.0.1. 2026-07-08 12:17:40 +02:00
example_test.go Adding upstream version 1.0.1. 2026-07-08 12:17:40 +02:00
go.mod Adding upstream version 1.0.1. 2026-07-08 12:17:40 +02:00
LICENSE Adding upstream version 1.0.1. 2026-07-08 12:17:40 +02:00
reader.go Adding upstream version 1.0.1. 2026-07-08 12:17:40 +02:00
reader_test.go Adding upstream version 1.0.1. 2026-07-08 12:17:40 +02:00
README.md Adding upstream version 1.0.1. 2026-07-08 12:17:40 +02:00

Xz

Package xz implements XZ decompression natively in Go.

Documentation at 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.

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.