Files
vcpkg/ports/aeron/vcpkg.json

31 lines
848 B
JSON

{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
"name": "aeron",
"version": "1.49.3",
"port-version": 2,
"description": "Efficient reliable UDP unicast, UDP multicast, and IPC message transport",
"homepage": "https://github.com/aeron-io/aeron",
"license": "Apache-2.0",
"supports": "!((x86 | arm64) & windows) & !android & !uwp & !xbox",
"dependencies": [
{
"name": "libuuid",
"platform": "linux"
},
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"archive": {
"description": "Build Aeron Archive API for recording and replaying message streams (requires Java)",
"supports": "!((x86 | arm64) & windows) & !android & !uwp & !xbox"
}
}
}