vcpkg/ports/boost-crc/vcpkg.json

32 lines
648 B
JSON
Raw Normal View History

{
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
"name": "boost-crc",
"version": "1.82.0",
"port-version": 2,
"description": "Boost crc module",
"homepage": "https://github.com/boostorg/crc",
"license": "BSL-1.0",
"dependencies": [
{
"name": "boost-array",
"version>=": "1.82.0"
},
{
"name": "boost-config",
"version>=": "1.82.0"
},
{
"name": "boost-integer",
"version>=": "1.82.0"
},
{
"name": "boost-type-traits",
"version>=": "1.82.0"
},
{
"name": "boost-vcpkg-helpers",
"version>=": "1.82.0"
}
]
}