vcpkg/ports/proxygen/vcpkg.json

24 lines
505 B
JSON
Raw Normal View History

{
"name": "proxygen",
"version-string": "2021.06.14.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",
"wangle",
"zlib",
"zstd"
]
}