aboutsummaryrefslogtreecommitdiff
path: root/ports/boost-dynamic-bitset/vcpkg.json
blob: 46a5834bd4b039fdad6b39f70f8d73c64a69018d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "boost-dynamic-bitset",
  "version": "1.76.0",
  "description": "Boost dynamic_bitset module",
  "homepage": "https://github.com/boostorg/dynamic_bitset",
  "dependencies": [
    "boost-assert",
    "boost-config",
    "boost-core",
    "boost-detail",
    "boost-functional",
    "boost-integer",
    "boost-move",
    "boost-static-assert",
    "boost-throw-exception",
    "boost-vcpkg-helpers"
  ]
}