libdeflate is a library for fast, whole-buffer DEFLATE-based compression and decompression.
libdeflate provides CMake targets:
find_package(libdeflate CONFIG REQUIRED)
target_link_libraries(main PRIVATE $<IF:$<TARGET_EXISTS:libdeflate::libdeflate_shared>,libdeflate::libdeflate_shared,libdeflate::libdeflate_static>)
Support compression
Support decompression
Support the gzip format
Support the zlib format
v1.22#0
All
MIT
Manifest