aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/proxygen/vcpkg.json
blob: f47de33449228c8fe3e6b87392c10f71ff92086c (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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
  "name": "proxygen",
  "version-string": "2025.05.19.00",
  "description": "It comprises the core C++ HTTP abstractions used at Facebook.",
  "homepage": "https://github.com/facebook/proxygen",
  "license": "BSD-3-Clause",
  "supports": "!windows",
  "dependencies": [
    "boost-context",
    "boost-date-time",
    "boost-filesystem",
    "boost-iostreams",
    "boost-program-options",
    "boost-regex",
    "boost-system",
    "boost-thread",
    "fizz",
    "folly",
    "gflags",
    {
      "name": "gperf",
      "host": true
    },
    "mvfst",
    "openssl",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    },
    "wangle",
    "zlib",
    "zstd"
  ]
}