blob: ac7da7e014b1bfe6bf731cf00b24da74712dff24 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
{
"name": "boost-multi-array",
"version": "1.77.0",
"description": "Boost multi_array module",
"homepage": "https://github.com/boostorg/multi_array",
"dependencies": [
"boost-array",
"boost-assert",
"boost-concept-check",
"boost-config",
"boost-core",
"boost-functional",
"boost-iterator",
"boost-mpl",
"boost-static-assert",
"boost-type-traits",
"boost-vcpkg-helpers"
]
}
|