vcpkg/ports/boost-json/vcpkg.json
2021-09-27 17:12:39 -07:00

31 lines
580 B
JSON

{
"name": "boost-json",
"version": "1.77.0",
"description": "Boost json module",
"homepage": "https://github.com/boostorg/json",
"dependencies": [
"boost-align",
"boost-assert",
{
"name": "boost-build",
"host": true
},
"boost-config",
"boost-container",
"boost-exception",
{
"name": "boost-modular-build-helper",
"host": true
},
"boost-mp11",
"boost-system",
"boost-throw-exception",
"boost-utility",
"boost-vcpkg-helpers",
{
"name": "vcpkg-cmake",
"host": true
}
]
}