Registry / utility / liblzma

liblzma

JSON →
library5.8.2vcpkgunverified

Compression library with an API similar to that of zlib, implementing LZMA/LZMA2 compression.

vcpkg install liblzma
INSTALL
IMPORT
SIG · LIBLZMA
L
liblzma
utilitycppv5.8.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

lzma.h
#include <lzma.h>

Initializes an LZMA encoder with default settings

#include <lzma.h> #include <stdio.h> int main() { lzma_stream strm = LZMA_STREAM_INIT; lzma_ret ret = lzma_easy_encoder(&strm, 6, LZMA_CHECK_CRC64); if (ret != LZMA_OK) return 1; lzma_end(&strm); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
5.8.2latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources

No resource links recorded.

liblzma — pip install liblzma · libregistry