vcpkg/ports/fizz/vcpkg.json

28 lines
504 B
JSON
Raw Normal View History

{
"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"
]
}