mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 22:29:01 +08:00
3cf82610cd
* [fizz]: fix library dependency * [fizz]: tab to space
29 lines
525 B
JSON
29 lines
525 B
JSON
{
|
|
"name": "fizz",
|
|
"version-string": "2022.10.31.00",
|
|
"port-version": 1,
|
|
"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"
|
|
]
|
|
}
|