mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 18:49:00 +08:00
50a5ff3563
* [folly]: update to 2023.05.15 * remove no more used patch * fix mvfst * fix rsocket * revert indent * fix space
38 lines
732 B
JSON
38 lines
732 B
JSON
{
|
|
"name": "proxygen",
|
|
"version-string": "2023.05.15.00",
|
|
"description": "It comprises the core C++ HTTP abstractions used at Facebook.",
|
|
"homepage": "https://github.com/facebook/proxygen",
|
|
"license": "BSD-3-Clause",
|
|
"supports": "!windows",
|
|
"dependencies": [
|
|
"boost-context",
|
|
"boost-date-time",
|
|
"boost-filesystem",
|
|
"boost-iostreams",
|
|
"boost-program-options",
|
|
"boost-regex",
|
|
"boost-system",
|
|
"boost-thread",
|
|
"fizz",
|
|
"folly",
|
|
"gflags",
|
|
{
|
|
"name": "gperf",
|
|
"host": true
|
|
},
|
|
"openssl",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
"wangle",
|
|
"zlib",
|
|
"zstd"
|
|
]
|
|
}
|