Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 864 Bytes

LZMA.md

File metadata and controls

29 lines (24 loc) · 864 Bytes
layout title name oneline status platform complink license tags
component
LZMA
Lempel-Ziv-Markov Algorithm
Lossless Data Compression
Port
Native
BSD
OpenSource, Native, Component

{% include common-defs.md %}

Description

LZMA is a lossless data compression algorithm first used in the 7z format. The liblzma implementation is from XZ Utils.

liblzma is used in a number of applications, including [OpenTTD]; see the instructions in the lzma directory for how to use it. The specific version used there is xz-5.0.3, but more recent versions should also work.

Contacts

[Jeremy Nicholls]

Also See

[OpenTTD]