aboutsummaryrefslogtreecommitdiff
path: root/ports/boost-interprocess/vcpkg.json
blob: b5b376a37e5db2379aef66693d3f1cff467235ea (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
{
  "name": "boost-interprocess",
  "version-string": "1.75.0",
  "description": "Boost interprocess module",
  "homepage": "https://github.com/boostorg/interprocess",
  "dependencies": [
    "boost-assert",
    "boost-compatibility",
    "boost-config",
    "boost-container",
    "boost-core",
    "boost-date-time",
    "boost-detail",
    "boost-integer",
    "boost-intrusive",
    "boost-move",
    "boost-static-assert",
    "boost-type-traits",
    "boost-unordered",
    "boost-utility",
    "boost-vcpkg-helpers",
    "boost-winapi"
  ]
}