mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 06:59:00 +08:00
40ab347689
* [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
31 lines
687 B
JSON
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
|
|
}
|
|
]
|
|
}
|