vcpkg/ports/boost-endian/vcpkg.json

32 lines
662 B
JSON
Raw Normal View History

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