aboutsummaryrefslogtreecommitdiff
path: root/ports/boost-serialization/vcpkg.json
blob: f75fe3b5fa0253fe2e97be74e8daa9508c2f6ee2 (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
38
39
40
41
42
{
  "name": "boost-serialization",
  "version": "1.77.0",
  "description": "Boost serialization module",
  "homepage": "https://github.com/boostorg/serialization",
  "dependencies": [
    "boost-array",
    "boost-assert",
    {
      "name": "boost-build",
      "host": true
    },
    "boost-config",
    "boost-core",
    "boost-detail",
    "boost-function",
    "boost-integer",
    "boost-io",
    "boost-iterator",
    {
      "name": "boost-modular-build-helper",
      "host": true
    },
    "boost-move",
    "boost-mpl",
    "boost-optional",
    "boost-predef",
    "boost-preprocessor",
    "boost-smart-ptr",
    "boost-spirit",
    "boost-static-assert",
    "boost-type-traits",
    "boost-unordered",
    "boost-utility",
    "boost-variant",
    "boost-vcpkg-helpers",
    {
      "name": "vcpkg-cmake",
      "host": true
    }
  ]
}