mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-01 17:09:01 +08:00
77c11ffd59
* Update folly * Update wangle * Update fizz * Version * Fix patch * Fix patch * version * Fix error in rsocket * Fix patch * Fix patch * version vor rsocket * Update fbthrift * fbthrift version * Fix fbthrift * Fix fbthreft version * fbthrift: fix empty dir * fbthrift: update version * Update mvfst * Update proxygen * Update hashes * update version * remove unused patchfiles * Fix deprecated cmake functions * format and version * version * rsocket: fix version * rsocket: update port version * fix version * fix version * update version * restore version * update port version * update version * fix port version * version * remove v from version string * version * Add quotes * version
32 lines
634 B
JSON
32 lines
634 B
JSON
{
|
|
"name": "proxygen",
|
|
"version-string": "2022.01.31.00",
|
|
"description": "It comprises the core C++ HTTP abstractions used at Facebook.",
|
|
"homepage": "https://github.com/facebook/proxygen",
|
|
"supports": "!windows",
|
|
"dependencies": [
|
|
"boost-context",
|
|
"boost-date-time",
|
|
"boost-filesystem",
|
|
"boost-iostreams",
|
|
"boost-program-options",
|
|
"boost-regex",
|
|
"boost-system",
|
|
"boost-thread",
|
|
"fizz",
|
|
"folly",
|
|
"openssl",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
"wangle",
|
|
"zlib",
|
|
"zstd"
|
|
]
|
|
}
|