1. Home
  2. Browse
  3. brotli

brotli

v1.1.0#1Latest

a generic-purpose lossless compression algorithm that compresses data using a combination of a modern variant of the LZ77 algorithm, Huffman coding and 2nd order context modeling.

Install

Run the following Vcpkg command to install the port.

vcpkg install brotli

Usage

brotli provides CMake targets:

find_package(unofficial-brotli CONFIG REQUIRED)
# Brotli decoder library
target_link_libraries(main PRIVATE unofficial::brotli::brotlidec)
# Brotli encoder library
target_link_libraries(main PRIVATE unofficial::brotli::brotlienc)

Dependencies

See source

Version

v1.1.0#1

Publication

Supports

All

GitHub

google/brotli

Homepage

github.com/google/brotli

Subtree

3acb7541e8

License

MIT

Definition

Manifest