vcpkg/ports/boost-unordered/vcpkg.json

23 lines
493 B
JSON
Raw Normal View History

{
"name": "boost-unordered",
2021-09-28 08:12:39 +08:00
"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"
]
}