aboutsummaryrefslogtreecommitdiff
path: root/ports/boost-beast/vcpkg.json
blob: 919ee0e83bc18740858c2498238cc765499be220 (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
{
  "name": "boost-beast",
  "version": "1.77.0",
  "description": "Boost beast module",
  "homepage": "https://github.com/boostorg/beast",
  "supports": "!emscripten",
  "dependencies": [
    {
      "name": "boost-asio",
      "platform": "!emscripten"
    },
    "boost-assert",
    "boost-bind",
    "boost-config",
    "boost-container",
    "boost-core",
    "boost-endian",
    "boost-intrusive",
    "boost-logic",
    "boost-mp11",
    "boost-optional",
    "boost-smart-ptr",
    "boost-static-assert",
    "boost-system",
    "boost-throw-exception",
    "boost-type-traits",
    "boost-utility",
    "boost-vcpkg-helpers",
    "boost-winapi"
  ]
}