blob: 1de96a61d4aa905bfe196527cff092d0ccc989c0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
{
"name": "boost-dynamic-bitset",
"version": "1.77.0",
"description": "Boost dynamic_bitset module",
"homepage": "https://github.com/boostorg/dynamic_bitset",
"dependencies": [
"boost-assert",
"boost-config",
"boost-container-hash",
"boost-core",
"boost-integer",
"boost-move",
"boost-static-assert",
"boost-throw-exception",
"boost-vcpkg-helpers"
]
}
|