diff options
Diffstat (limited to 'vcpkg/ports/brotli/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/brotli/vcpkg.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/vcpkg/ports/brotli/vcpkg.json b/vcpkg/ports/brotli/vcpkg.json new file mode 100644 index 0000000..c5bf679 --- /dev/null +++ b/vcpkg/ports/brotli/vcpkg.json @@ -0,0 +1,17 @@ +{ + "name": "brotli", + "version": "1.2.0", + "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 + } + ] +} |