vcpkg/ports/boost-compatibility/vcpkg.json

23 lines
502 B
JSON
Raw Normal View History

{
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
"name": "boost-compatibility",
"version": "1.86.0",
"description": "Boost compatibility module",
"homepage": "https://www.boost.org/libs/compatibility",
"license": "BSL-1.0",
"dependencies": [
{
"name": "boost-cmake",
"version>=": "1.86.0"
},
{
"name": "boost-config",
"version>=": "1.86.0"
},
{
"name": "boost-headers",
"version>=": "1.86.0"
}
]
}