mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 19:49:01 +08:00
4783c36f8c
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
33 lines
700 B
JSON
33 lines
700 B
JSON
{
|
|
"name": "boost-asio",
|
|
"version-string": "1.75.0",
|
|
"port-version": 1,
|
|
"description": "Boost asio module",
|
|
"homepage": "https://github.com/boostorg/asio",
|
|
"supports": "!emscripten",
|
|
"dependencies": [
|
|
"boost-array",
|
|
"boost-assert",
|
|
"boost-bind",
|
|
"boost-chrono",
|
|
"boost-compatibility",
|
|
"boost-config",
|
|
{
|
|
"name": "boost-coroutine",
|
|
"platform": "!arm & !uwp & !emscripten"
|
|
},
|
|
"boost-date-time",
|
|
"boost-detail",
|
|
"boost-function",
|
|
"boost-integer",
|
|
"boost-regex",
|
|
"boost-smart-ptr",
|
|
"boost-system",
|
|
"boost-throw-exception",
|
|
"boost-type-traits",
|
|
"boost-utility",
|
|
"boost-vcpkg-helpers",
|
|
"openssl"
|
|
]
|
|
}
|