aboutsummaryrefslogtreecommitdiff
path: root/ports/boost-lockfree/vcpkg.json
blob: 78b28dd4fd0734ed48c3c2eec41da6324450c6f2 (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-lockfree",
  "version": "1.77.0",
  "description": "Boost lockfree module",
  "homepage": "https://github.com/boostorg/lockfree",
  "dependencies": [
    "boost-align",
    "boost-array",
    "boost-assert",
    "boost-atomic",
    "boost-config",
    "boost-core",
    "boost-integer",
    "boost-iterator",
    "boost-mpl",
    "boost-parameter",
    "boost-predef",
    "boost-static-assert",
    "boost-tuple",
    "boost-type-traits",
    "boost-utility",
    "boost-vcpkg-helpers"
  ]
}