File: README.md

package info (click to toggle)
golang-github-xi2-xz 0.0~git20171230.48954b6-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,548 kB
  • sloc: makefile: 7
file content (10 lines) | stat: -rw-r--r-- 285 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
# Xz

Package xz implements XZ decompression natively in Go.

Documentation at <https://godoc.org/github.com/xi2/xz>.

Download and install with `go get github.com/xi2/xz`.

If you need compression as well as decompression, you might want to
look at <https://github.com/ulikunitz/xz>.