mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 09:08:59 +08:00
35 lines
671 B
JSON
35 lines
671 B
JSON
{
|
|
"name": "fbthrift",
|
|
"version-string": "2024.10.07.00",
|
|
"description": "Facebook's branch of Apache Thrift, including a new C++ server.",
|
|
"homepage": "https://github.com/facebook/fbthrift",
|
|
"license": "Apache-2.0",
|
|
"supports": "x64 & static",
|
|
"dependencies": [
|
|
"boost-context",
|
|
"boost-filesystem",
|
|
"boost-program-options",
|
|
"boost-regex",
|
|
"boost-system",
|
|
"boost-thread",
|
|
"fizz",
|
|
"fmt",
|
|
"folly",
|
|
"gflags",
|
|
"glog",
|
|
"mvfst",
|
|
"openssl",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
"wangle",
|
|
"zlib",
|
|
"zstd"
|
|
]
|
|
}
|