brotli v1.1.0
- Created
- 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.
# 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)
# License
# Supported Platforms
All platforms are supported
# Features
No features defined.
# Dependencies
No dependencies.
# Host Dependencies
No transitive dependencies.
# Dependents
# Host Dependents
No dependents.
# 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
# Changelog
and 10 more commits:
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 latest26516fe
vcpkg_configure_cmake (and _meson) now embed debug symbols within static libs (/Z7)e607ff8
[brotli] Use vcpkg_from_github and latest stable release