mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-29 20:23:41 +08:00
16 lines
313 B
JSON
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"
|
||
|
]
|
||
|
}
|