vcpkg/ports/wangle/vcpkg.json
Mengna Li fb9be49cc9
[folly/fbthrift/proxygen/wangle/fizz] update to 2023.07.03.00 (#32380)
* update to 2023.07.03.00

* update fbthrift/proxygen/wangle/fizz

* update
2023-07-05 11:59:03 -07:00

30 lines
666 B
JSON

{
"name": "wangle",
"version-string": "2023.07.03.00",
"description": "Wangle is a framework providing a set of common client/server abstractions for building services in a consistent, modular, and composable way.",
"homepage": "https://github.com/facebook/wangle",
"license": "Apache-2.0",
"dependencies": [
"boost-context",
"boost-filesystem",
"boost-regex",
"boost-system",
"boost-thread",
"double-conversion",
"fizz",
"folly",
"gflags",
"glog",
"libevent",
"openssl",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}