Registry / utility / zlib
library1.3.2vcpkgunverified

A compression library providing data compression and decompression using the DEFLATE algorithm.

vcpkg install zlib
INSTALL
IMPORT
SIG · ZLIB
Z
zlib
utilitycppv1.3.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.

zlib.h
#include <zlib.h>

Print the zlib library version

#include <zlib.h> #include <iostream> int main() { std::cout << "zlib version: " << zlibVersion() << std::endl; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.3.2latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
32 hits · last 30 days
node
26
Resources

No resource links recorded.

zlib — pip install zlib · libregistry