vcpkg/ports/boost-container/vcpkg.json

28 lines
569 B
JSON
Raw Normal View History

{
"name": "boost-container",
"version-string": "1.75.0",
"port-version": 1,
"description": "Boost container module",
"homepage": "https://github.com/boostorg/container",
"dependencies": [
"boost-assert",
{
"name": "boost-build",
"host": true
},
"boost-config",
"boost-container-hash",
"boost-core",
"boost-integer",
"boost-intrusive",
{
"name": "boost-modular-build-helper",
"host": true
},
"boost-move",
"boost-static-assert",
"boost-type-traits",
"boost-vcpkg-helpers"
]
}