mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 13:31:27 +08:00
4783c36f8c
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
22 lines
468 B
JSON
22 lines
468 B
JSON
{
|
|
"name": "boost-heap",
|
|
"version-string": "1.75.0",
|
|
"description": "Boost heap module",
|
|
"homepage": "https://github.com/boostorg/heap",
|
|
"dependencies": [
|
|
"boost-array",
|
|
"boost-assert",
|
|
"boost-bind",
|
|
"boost-concept-check",
|
|
"boost-core",
|
|
"boost-integer",
|
|
"boost-intrusive",
|
|
"boost-iterator",
|
|
"boost-parameter",
|
|
"boost-static-assert",
|
|
"boost-throw-exception",
|
|
"boost-type-traits",
|
|
"boost-vcpkg-helpers"
|
|
]
|
|
}
|