mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-11 15:19:03 +08:00
21 lines
402 B
JSON
21 lines
402 B
JSON
{
|
|
"name": "ls-qpack",
|
|
"version": "2.5.4",
|
|
"port-version": 3,
|
|
"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"
|
|
]
|
|
}
|