aboutsummaryrefslogtreecommitdiff
path: root/ports/boost-circular-buffer/vcpkg.json
blob: 86d9ad60647c5edf0d5bc4501bc14d3a8518bddf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "boost-circular-buffer",
  "version-string": "1.75.0",
  "description": "Boost circular_buffer module",
  "homepage": "https://github.com/boostorg/circular_buffer",
  "dependencies": [
    "boost-assert",
    "boost-compatibility",
    "boost-concept-check",
    "boost-config",
    "boost-core",
    "boost-move",
    "boost-static-assert",
    "boost-throw-exception",
    "boost-type-traits",
    "boost-vcpkg-helpers"
  ]
}