{ "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json", "name": "slick-socket", "version-semver": "1.0.6", "description": "A C++20 networking library providing cross-platform TCP and UDP multicast communication.", "homepage": "https://github.com/SlickQuant/slick-socket", "license": "MIT", "supports": "windows | linux | osx", "dependencies": [ { "name": "vcpkg-cmake", "host": true }, { "name": "vcpkg-cmake-config", "host": true }, { "name": "wepoll", "platform": "windows" } ] }