mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-14 21:50:48 +08:00
77c11ffd59
* Update folly * Update wangle * Update fizz * Version * Fix patch * Fix patch * version * Fix error in rsocket * Fix patch * Fix patch * version vor rsocket * Update fbthrift * fbthrift version * Fix fbthrift * Fix fbthreft version * fbthrift: fix empty dir * fbthrift: update version * Update mvfst * Update proxygen * Update hashes * update version * remove unused patchfiles * Fix deprecated cmake functions * format and version * version * rsocket: fix version * rsocket: update port version * fix version * fix version * update version * restore version * update port version * update version * fix port version * version * remove v from version string * version * Add quotes * version
22 lines
395 B
JSON
22 lines
395 B
JSON
{
|
|
"name": "fizz",
|
|
"version-string": "2022.01.31.00",
|
|
"description": "a TLS 1.3 implementation by Facebook",
|
|
"homepage": "https://github.com/facebookincubator/fizz",
|
|
"dependencies": [
|
|
"fmt",
|
|
"folly",
|
|
"libsodium",
|
|
"openssl",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
"zstd"
|
|
]
|
|
}
|