vcpkg/ports/boost-asio/vcpkg.json
ras0219 4783c36f8c
[boost][many ports] Reformat manifest files in preparation for #15424 (#15616)
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-01-13 14:41:23 -08:00

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"
]
}