vcpkg/ports/brotli/vcpkg.json
Ankur Verma ad3435235f
[brotli] Fix wasm32-emscripten build (#29349)
* Update portfile.cmake

* Update port-version

* Update version

---------

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2023-02-07 15:00:51 -08:00

19 lines
489 B
JSON

{
"name": "brotli",
"version": "1.0.9",
"port-version": 5,
"description": "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.",
"homepage": "https://github.com/google/brotli",
"license": "MIT",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}