mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-10 05:32:16 +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"
|
|
]
|
|
}
|