liblzma
liblzma is a free software library that provides functions for data compression and decompression using the LZMA (Lempel–Ziv–Markov chain algorithm) compression algorithm. It is part of the XZ Utils project, a general-purpose data compression software suite. The primary goal of liblzma is to offer efficient and effective compression, particularly for large files or datasets where space is a concern.
The library exposes a C API, making it accessible to developers who wish to integrate LZMA compression
liblzma is widely used in various software projects. It is the underlying engine for the .xz file