mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 22:19:00 +08:00
31 lines
580 B
JSON
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
|
|
}
|
|
]
|
|
}
|