aboutsummaryrefslogtreecommitdiff
path: root/ports/proxygen/vcpkg.json
blob: 2e8dd6606b95dbd37f9d05da87ec4857914a0887 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "name": "proxygen",
  "version-string": "2021.06.14.00",
  "description": "It comprises the core C++ HTTP abstractions used at Facebook.",
  "homepage": "https://github.com/facebook/proxygen",
  "supports": "!windows",
  "dependencies": [
    "boost-context",
    "boost-date-time",
    "boost-filesystem",
    "boost-iostreams",
    "boost-program-options",
    "boost-regex",
    "boost-system",
    "boost-thread",
    "fizz",
    "folly",
    "openssl",
    "wangle",
    "zlib",
    "zstd"
  ]
}