vcpkg/ports/boost-interprocess/vcpkg.json

55 lines
1.1 KiB
JSON
Raw Normal View History

{
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
"name": "boost-interprocess",
"version": "1.84.0",
"description": "Boost interprocess module",
"homepage": "https://github.com/boostorg/interprocess",
"license": "BSL-1.0",
"dependencies": [
{
"name": "boost-assert",
"version>=": "1.84.0"
},
{
"name": "boost-config",
"version>=": "1.84.0"
},
{
"name": "boost-container",
"version>=": "1.84.0"
},
{
"name": "boost-core",
"version>=": "1.84.0"
},
{
"name": "boost-intrusive",
"version>=": "1.84.0"
},
{
"name": "boost-move",
"version>=": "1.84.0"
},
{
"name": "boost-static-assert",
"version>=": "1.84.0"
},
{
"name": "boost-type-traits",
"version>=": "1.84.0"
},
{
"name": "boost-unordered",
"version>=": "1.84.0"
},
{
"name": "boost-vcpkg-helpers",
"version>=": "1.84.0"
},
{
"name": "boost-winapi",
"version>=": "1.84.0"
}
]
}