mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 20:32:00 +08:00
27 lines
571 B
JSON
27 lines
571 B
JSON
{
|
|
"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"
|
|
]
|
|
}
|