vcpkg/ports/boost-compat/vcpkg.json

27 lines
569 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.83.0",
"description": "Boost compat module",
"homepage": "https://github.com/boostorg/compat",
"license": "BSL-1.0",
"dependencies": [
{
"name": "boost-assert",
"version>=": "1.83.0"
},
{
"name": "boost-config",
"version>=": "1.83.0"
},
{
"name": "boost-throw-exception",
"version>=": "1.83.0"
},
{
"name": "boost-vcpkg-helpers",
"version>=": "1.83.0"
}
]
}