vcpkg/ports/ls-qpack/vcpkg.json
JonLiu1993 4d93d45dae
[ls-qpack] Update to latest version and fix build error (#41186)
Co-authored-by: Jon <v-zhli17@microsoft.com>
2024-09-30 13:12:25 -04:00

20 lines
381 B
JSON

{
"name": "ls-qpack",
"version": "2.5.5",
"description": "QPACK compression library for use with HTTP/3",
"homepage": "https://github.com/litespeedtech/ls-qpack",
"license": "MIT",
"supports": "!uwp",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
},
"xxhash"
]
}