mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 02:49:01 +08:00
24 lines
433 B
JSON
24 lines
433 B
JSON
{
|
|
"name": "boost-system",
|
|
"version": "1.77.0",
|
|
"description": "Boost system module",
|
|
"homepage": "https://github.com/boostorg/system",
|
|
"dependencies": [
|
|
{
|
|
"name": "boost-build",
|
|
"host": true
|
|
},
|
|
"boost-config",
|
|
{
|
|
"name": "boost-modular-build-helper",
|
|
"host": true
|
|
},
|
|
"boost-vcpkg-helpers",
|
|
"boost-winapi",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|