vcpkg/ports/boost-heap/vcpkg.json

22 lines
460 B
JSON
Raw Normal View History

{
"name": "boost-heap",
"version": "1.76.0",
"description": "Boost heap module",
"homepage": "https://github.com/boostorg/heap",
"dependencies": [
"boost-array",
"boost-assert",
"boost-bind",
"boost-concept-check",
"boost-config",
"boost-core",
"boost-intrusive",
"boost-iterator",
"boost-parameter",
"boost-static-assert",
"boost-throw-exception",
"boost-type-traits",
"boost-vcpkg-helpers"
]
}