{ "name": "ethindp-prism", "version": "0.16.7", "description": "The Platform-agnostic Reader Interface for Speech and Messages", "license": "MPL-2.0", "supports": "!uwp", "dependencies": [ { "name": "pkgconf", "host": true }, { "name": "vcpkg-cmake", "host": true }, { "name": "vcpkg-cmake-config", "host": true } ], "features": { "orca": { "description": "Enable the Orca backend", "supports": "(linux | freebsd | openbsd) & !android & !emscripten", "dependencies": [ "glibmm" ] }, "speech-dispatcher": { "description": "Enable the speech-dispatcher backend (requires libspeechd to be installed)", "supports": "(linux | freebsd | openbsd) & !android & !emscripten", "dependencies": [ "libspeechd" ] } } }