vcpkg/ports/boost-io/vcpkg.json

20 lines
427 B
JSON
Raw Normal View History

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