brotliv1.2.0
- Updated
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.
- Project website: https://github.com/google/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)#Supported Platforms
All platforms supported.
#Features
No features defined.
#Dependencies
No dependencies.
#Used By
#Host Tool For
No ports use this.
#Contributors
atkawa7
Robert Schumacher
Alexander Karatarakis
Seo Sanghyeon
pravic
Jack·Boos·Yu
Alexander Neumann
Jesse Towner
Billy O'Neal
Thomas1664
Kai Pastor
Ankur Verma
DownerCase
toge
#Changelog
Show 11 earlier changes
33286f9[brotli] Add unofficial targetsdb2b2d2[brotli][folly][sol] Fix regressions on mastere7f2efb[brotli] Fix Linux build6e653d8[brotli] Fix regressions introduced during update26f12d2[many ports] Updates to latest26516fevcpkg_configure_cmake (and _meson) now embed debug symbols within static libs (/Z7)e607ff8[brotli] Use vcpkg_from_github and latest stable release