vcpkg/ports/boost-json/vcpkg.json

65 lines
1.2 KiB
JSON
Raw Normal View History

{
"$comment": "When changing this file also update and run scripts/boost/generate-ports.ps1",
"name": "boost-json",
2022-12-21 01:20:54 +08:00
"version": "1.81.0",
"description": "Boost json module",
"homepage": "https://github.com/boostorg/json",
"license": "BSL-1.0",
"dependencies": [
{
"name": "boost-align",
2022-12-21 01:20:54 +08:00
"version>=": "1.81.0"
},
{
"name": "boost-assert",
2022-12-21 01:20:54 +08:00
"version>=": "1.81.0"
},
{
"name": "boost-build",
"host": true,
2022-12-21 01:20:54 +08:00
"version>=": "1.81.0"
},
{
"name": "boost-config",
2022-12-21 01:20:54 +08:00
"version>=": "1.81.0"
},
{
"name": "boost-container",
2022-12-21 01:20:54 +08:00
"version>=": "1.81.0"
},
{
"name": "boost-core",
2022-12-21 01:20:54 +08:00
"version>=": "1.81.0"
},
{
"name": "boost-describe",
"version>=": "1.81.0"
},
{
"name": "boost-modular-build-helper",
"host": true,
2022-12-21 01:20:54 +08:00
"version>=": "1.81.0"
},
{
"name": "boost-mp11",
2022-12-21 01:20:54 +08:00
"version>=": "1.81.0"
},
{
"name": "boost-system",
2022-12-21 01:20:54 +08:00
"version>=": "1.81.0"
},
{
"name": "boost-throw-exception",
2022-12-21 01:20:54 +08:00
"version>=": "1.81.0"
},
{
"name": "boost-vcpkg-helpers",
2022-12-21 01:20:54 +08:00
"version>=": "1.81.0"
},
2021-09-28 08:12:39 +08:00
{
"name": "vcpkg-cmake",
"host": true
}
]
}