20 lines
603 B
Markdown
20 lines
603 B
Markdown
# XZ Utils
|
|
|
|
- Home: https://tukaani.org/xz/
|
|
- Media: https://en.wikipedia.org/wiki/XZ_Utils
|
|
- State: mature
|
|
- Download: @see-home
|
|
- Keywords: library
|
|
- Code repository: https://git.tukaani.org/xz.git (https://git.tukaani.org/?p=xz.git)
|
|
- Code language: C
|
|
- Code license: Custom (see file Copying, liblzma is public domain)
|
|
|
|
General-purpose data compression software with a high compression ratio.
|
|
Python support [lzma](https://docs.python.org/3/library/lzma.html)
|
|
|
|
Supersedes [LZMA Utils](https://tukaani.org/lzma/)
|
|
|
|
## Building
|
|
|
|
- Build instructions: manual (see instructions in source folder windows)
|