vcpkg/ports/wangle/vcpkg.json
Jia Yue Hua 40ab347689
[wangle]:fix dependency (#30792)
* [wangle]:fix dependency

* fix deps

* fix Required find_dependenct

* fix deps

* fix deps

* fix deps

* fix deps

* fix depends

* fix folly vcpkg.json boost deps

* fix deps
2023-04-25 23:26:56 -07:00

31 lines
687 B
JSON

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