vcpkg/ports/boost-heap/vcpkg.json
2021-09-27 17:12:39 -07:00

22 lines
460 B
JSON

{
"name": "boost-heap",
"version": "1.77.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"
]
}