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.
Run the following Vcpkg command to install the port.
vcpkg install brotli
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)
v1.1.0#1
Oct 13, 2023
All
google/brotli14K
github.com/google/brotli
3acb7541e8
MIT
Manifest