aboutsummaryrefslogtreecommitdiff
path: root/ports/boost-system/vcpkg.json
blob: 6ac3905da4f429a46658a1869148f1ca434b81fa (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": "boost-system",
  "version": "1.77.0",
  "description": "Boost system module",
  "homepage": "https://github.com/boostorg/system",
  "dependencies": [
    {
      "name": "boost-build",
      "host": true
    },
    "boost-config",
    {
      "name": "boost-modular-build-helper",
      "host": true
    },
    "boost-vcpkg-helpers",
    "boost-winapi",
    {
      "name": "vcpkg-cmake",
      "host": true
    }
  ]
}