1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
{
"name": "boost-iterator",
"version": "1.76.0",
"description": "Boost iterator module",
"homepage": "https://github.com/boostorg/iterator",
"dependencies": [
"boost-assert",
"boost-concept-check",
"boost-config",
"boost-conversion",
"boost-core",
"boost-detail",
"boost-function-types",
"boost-fusion",
"boost-mpl",
"boost-optional",
"boost-smart-ptr",
"boost-static-assert",
"boost-type-traits",
"boost-utility",
"boost-vcpkg-helpers"
]
}
|