libdeflate is a library for fast, whole-buffer DEFLATE-based compression and decompression.
Run the following Vcpkg command to install the port.
vcpkg install libdeflate
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.21#0
Aug 10, 2024
All
ebiggers/libdeflate994
github.com/ebiggers/libdeflate
8db6e1924c
MIT
Manifest