vcpkg/ports/proxygen/vcpkg.json
2023-04-13 12:29:34 -07:00

39 lines
753 B
JSON

{
"name": "proxygen",
"version-string": "2022.07.11.00",
"port-version": 1,
"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"
]
}