vcpkg/ports/boost-compat/vcpkg.json

32 lines
653 B
JSON
Raw Normal View History

2023-09-14 06:40:46 +08:00
{
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
"name": "boost-compat",
"version": "1.85.0",
"port-version": 2,
2023-09-14 06:40:46 +08:00
"description": "Boost compat module",
"homepage": "https://www.boost.org/libs/compat",
2023-09-14 06:40:46 +08:00
"license": "BSL-1.0",
"dependencies": [
{
"name": "boost-assert",
"version>=": "1.85.0"
2023-09-14 06:40:46 +08:00
},
{
"name": "boost-cmake",
"version>=": "1.85.0"
},
2023-09-14 06:40:46 +08:00
{
"name": "boost-config",
"version>=": "1.85.0"
2023-09-14 06:40:46 +08:00
},
{
"name": "boost-headers",
"version>=": "1.85.0"
2023-09-14 06:40:46 +08:00
},
{
"name": "boost-throw-exception",
"version>=": "1.85.0"
2023-09-14 06:40:46 +08:00
}
]
}