mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 16:39:07 +08:00
28 lines
504 B
JSON
28 lines
504 B
JSON
{
|
|
"name": "fizz",
|
|
"version-string": "2024.01.01.00",
|
|
"description": "a TLS 1.3 implementation by Facebook",
|
|
"homepage": "https://github.com/facebookincubator/fizz",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": [
|
|
"double-conversion",
|
|
"fmt",
|
|
"folly",
|
|
"gflags",
|
|
"glog",
|
|
"gtest",
|
|
"libevent",
|
|
"libsodium",
|
|
"openssl",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
"zstd"
|
|
]
|
|
}
|