vcpkg/ports/boost-lambda2/vcpkg.json

23 lines
485 B
JSON
Raw Normal View History

2021-09-28 08:12:39 +08:00
{
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
2021-09-28 08:12:39 +08:00
"name": "boost-lambda2",
"version": "1.85.0",
2021-09-28 08:12:39 +08:00
"description": "Boost lambda2 module",
"homepage": "https://github.com/boostorg/lambda2",
"license": "BSL-1.0",
2021-09-28 08:12:39 +08:00
"dependencies": [
{
"name": "boost-cmake",
"version>=": "1.85.0"
},
{
"name": "boost-config",
"version>=": "1.85.0"
},
{
"name": "boost-headers",
"version>=": "1.85.0"
}
2021-09-28 08:12:39 +08:00
]
}