vcpkg/ports/ls-qpack/vcpkg.json
2024-08-23 03:01:37 -07:00

16 lines
313 B
JSON

{
"name": "ls-qpack",
"version": "2.5.4",
"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
},
"xxhash"
]
}