aboutsummaryrefslogtreecommitdiff
path: root/ports/boost-contract/vcpkg.json
blob: 8d0fed3e43395766b0f10d3761fd0ee794f7aae1 (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
{
  "name": "boost-contract",
  "version": "1.77.0",
  "description": "Boost contract module",
  "homepage": "https://github.com/boostorg/contract",
  "dependencies": [
    "boost-any",
    "boost-assert",
    {
      "name": "boost-build",
      "host": true
    },
    "boost-config",
    "boost-core",
    "boost-exception",
    "boost-function",
    "boost-function-types",
    {
      "name": "boost-modular-build-helper",
      "host": true
    },
    "boost-mpl",
    "boost-optional",
    "boost-preprocessor",
    "boost-smart-ptr",
    "boost-static-assert",
    "boost-thread",
    "boost-type-traits",
    "boost-typeof",
    "boost-utility",
    "boost-vcpkg-helpers",
    {
      "name": "vcpkg-cmake",
      "host": true
    }
  ]
}