{ "name": "ethindp-prism", "version": "0.11.4", "description": "The Platform-agnostic Reader Interface for Speech and Messages", "license": "MPL-2.0", "supports": "!uwp", "dependencies": [ { "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": [ "glib" ] }, "speech-dispatcher": { "description": "Enable the speech-dispatcher backend (requires libspeechd to be installed)", "supports": "(linux | freebsd | openbsd) & !android & !emscripten", "dependencies": [ "libspeechd", { "name": "pkgconf", "host": true } ] } } }