1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
{ "name": "soapysdr", "version": "0.8.1", "description": "Vendor and platform neutral SDR interface library.", "homepage": "https://github.com/pothosware/SoapySDR/wiki", "license": "BSL-1.0", "supports": "!uwp & !static", "dependencies": [ { "name": "vcpkg-cmake", "host": true }, { "name": "vcpkg-cmake-config", "host": true } ] }