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

23 lines
493 B
JSON

{
"name": "boost-unordered",
"version": "1.77.0",
"description": "Boost unordered module",
"homepage": "https://github.com/boostorg/unordered",
"dependencies": [
"boost-assert",
"boost-config",
"boost-container",
"boost-container-hash",
"boost-core",
"boost-detail",
"boost-move",
"boost-predef",
"boost-preprocessor",
"boost-smart-ptr",
"boost-throw-exception",
"boost-tuple",
"boost-type-traits",
"boost-vcpkg-helpers"
]
}