aboutsummaryrefslogtreecommitdiff
path: root/ports/boost-asio/vcpkg.json
blob: 2c95b02eb78d33e2c0f9ac2c7b7acf396bf1dbc8 (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
{
  "name": "boost-asio",
  "version-string": "1.75.0",
  "port-version": 1,
  "description": "Boost asio module",
  "homepage": "https://github.com/boostorg/asio",
  "supports": "!emscripten",
  "dependencies": [
    "boost-array",
    "boost-assert",
    "boost-bind",
    "boost-chrono",
    "boost-compatibility",
    "boost-config",
    {
      "name": "boost-coroutine",
      "platform": "!arm & !uwp & !emscripten"
    },
    "boost-date-time",
    "boost-detail",
    "boost-function",
    "boost-integer",
    "boost-regex",
    "boost-smart-ptr",
    "boost-system",
    "boost-throw-exception",
    "boost-type-traits",
    "boost-utility",
    "boost-vcpkg-helpers",
    "openssl"
  ]
}