1. Home
  2. Browse
  3. libdeflate

libdeflate

v1.22#0Go to latest

libdeflate is a library for fast, whole-buffer DEFLATE-based compression and decompression.

Install

Run the following Vcpkg command to install the port.

vcpkg install libdeflate

Usage

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>)

Features

Dependencies

See source

Version

v1.22#0

Publication

Supports

All

GitHub

ebiggers/libdeflate

Homepage

github.com/ebiggers/libdeflate

Subtree

3cdde2c612

License

MIT

Definition

Manifest