{ "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json", "name": "aeron", "version": "1.50.4", "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" } } }