aboutsummaryrefslogtreecommitdiff
path: root/ports/boost-exception/vcpkg.json
blob: bca330a0a5d9b6835a980cc2c0911ed63e81caf5 (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
{
  "name": "boost-exception",
  "version": "1.77.0",
  "description": "Boost exception module",
  "homepage": "https://github.com/boostorg/exception",
  "dependencies": [
    "boost-assert",
    {
      "name": "boost-build",
      "host": true
    },
    "boost-config",
    "boost-core",
    {
      "name": "boost-modular-build-helper",
      "host": true
    },
    "boost-smart-ptr",
    "boost-throw-exception",
    "boost-tuple",
    "boost-type-traits",
    "boost-vcpkg-helpers",
    {
      "name": "vcpkg-cmake",
      "host": true
    }
  ]
}