blob: fe096e9dd1ef760377540eed7999aa393dbaec68 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
{
"name": "boost-foreach",
"version-string": "1.75.0",
"description": "Boost foreach module",
"homepage": "https://github.com/boostorg/foreach",
"dependencies": [
"boost-config",
"boost-core",
"boost-detail",
"boost-iterator",
"boost-mpl",
"boost-range",
"boost-type-traits",
"boost-utility",
"boost-vcpkg-helpers"
]
}
|