1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
{
"name": "boost-algorithm",
"version": "1.77.0",
"description": "Boost algorithm module",
"homepage": "https://github.com/boostorg/algorithm",
"dependencies": [
"boost-array",
"boost-assert",
"boost-bind",
"boost-concept-check",
"boost-config",
"boost-core",
"boost-exception",
"boost-function",
"boost-iterator",
"boost-mpl",
"boost-range",
"boost-regex",
"boost-static-assert",
"boost-throw-exception",
"boost-tuple",
"boost-type-traits",
"boost-unordered",
"boost-vcpkg-helpers"
]
}
|