yuzu/externals/vcpkg/ports/fizz/vcpkg.json

25 lines
457 B
JSON
Executable File

{
"name": "fizz",
"version-string": "2022.03.21.00",
"port-version": 1,
"description": "a TLS 1.3 implementation by Facebook",
"homepage": "https://github.com/facebookincubator/fizz",
"dependencies": [
"double-conversion",
"fmt",
"folly",
"libevent",
"libsodium",
"openssl",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
},
"zstd"
]
}