vcpkg/ports/boost-leaf/vcpkg.json

16 lines
381 B
JSON
Raw Normal View History

{
"$comment": "When changing this file also update and run scripts/boost/generate-ports.ps1",
"name": "boost-leaf",
"version": "1.80.0",
"port-version": 1,
"description": "Boost leaf module",
"homepage": "https://github.com/boostorg/leaf",
"license": "BSL-1.0",
"dependencies": [
{
"name": "boost-vcpkg-helpers",
"version>=": "1.80.0#1"
}
]
}