mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 03:49:00 +08:00
18b793e28a
* [boost-context] arm64 linux abi fix * [boost-context] baseline version updated
28 lines
551 B
JSON
28 lines
551 B
JSON
{
|
|
"name": "boost-context",
|
|
"version": "1.76.0",
|
|
"port-version": 1,
|
|
"description": "Boost context module",
|
|
"homepage": "https://github.com/boostorg/context",
|
|
"supports": "!uwp & !emscripten",
|
|
"dependencies": [
|
|
"boost-assert",
|
|
{
|
|
"name": "boost-build",
|
|
"host": true
|
|
},
|
|
"boost-config",
|
|
"boost-core",
|
|
"boost-detail",
|
|
{
|
|
"name": "boost-modular-build-helper",
|
|
"host": true
|
|
},
|
|
"boost-pool",
|
|
"boost-predef",
|
|
"boost-smart-ptr",
|
|
"boost-thread",
|
|
"boost-vcpkg-helpers"
|
|
]
|
|
}
|