early-access version 2853
This commit is contained in:
36
externals/vcpkg/ports/proxygen/vcpkg.json
vendored
Executable file
36
externals/vcpkg/ports/proxygen/vcpkg.json
vendored
Executable file
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"name": "proxygen",
|
||||
"version-string": "2022.03.21.00",
|
||||
"port-version": 2,
|
||||
"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",
|
||||
{
|
||||
"name": "gperf",
|
||||
"host": true
|
||||
},
|
||||
"openssl",
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
"host": true
|
||||
},
|
||||
{
|
||||
"name": "vcpkg-cmake-config",
|
||||
"host": true
|
||||
},
|
||||
"wangle",
|
||||
"zlib",
|
||||
"zstd"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user