aboutsummaryrefslogtreecommitdiff
path: root/ports/fbthrift/vcpkg.json
blob: 4e9237e2c5f6ede89e07a48b73094a23583e1d75 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
  "name": "fbthrift",
  "version-string": "2021.06.14.00",
  "description": "Facebook's branch of Apache Thrift, including a new C++ server.",
  "homepage": "https://github.com/facebook/fbthrift",
  "supports": "x64",
  "dependencies": [
    "boost-context",
    "boost-filesystem",
    "boost-program-options",
    "boost-regex",
    "boost-system",
    "boost-thread",
    "fizz",
    "fmt",
    "folly",
    "gflags",
    "glog",
    "openssl",
    "wangle",
    "zlib",
    "zstd"
  ]
}