mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 05:09:19 +08:00
bdf073a835
* [folly] update to <v2022.10.24.00> * update version * update fizz to the latest version * update version * update mvfst to the latest version * update version * Apply review suggesstion * update version Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
25 lines
465 B
JSON
25 lines
465 B
JSON
{
|
|
"name": "fizz",
|
|
"version-string": "2022.10.31.00",
|
|
"description": "a TLS 1.3 implementation by Facebook",
|
|
"homepage": "https://github.com/facebookincubator/fizz",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": [
|
|
"double-conversion",
|
|
"fmt",
|
|
"folly",
|
|
"libevent",
|
|
"libsodium",
|
|
"openssl",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
"zstd"
|
|
]
|
|
}
|