aboutsummaryrefslogtreecommitdiff
path: root/ports/boost-serialization/vcpkg.json
blob: 172efc1629264edcae49fcc2f0c54950f32dd9d8 (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
{
  "name": "boost-serialization",
  "version": "1.76.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"
  ]
}