{ "name": "outcome", "version": "2.2.9", "maintainers": [ "Niall Douglas ", "Henrik Gaßmann " ], "description": "Provides very lightweight outcome and result (non-Boost edition)", "homepage": "https://github.com/ned14/outcome", "license": "Apache-2.0 OR BSL-1.0", "supports": "!uwp", "dependencies": [ "ned14-internal-quickcpplib", "status-code", { "name": "vcpkg-cmake", "host": true }, { "name": "vcpkg-cmake-config", "host": true } ], "features": { "polyfill-cxx17": { "description": "Polyfill C++17 entities", "dependencies": [ { "name": "ned14-internal-quickcpplib", "default-features": false, "features": [ "polyfill-cxx17" ] }, { "name": "outcome", "default-features": false, "features": [ "polyfill-cxx20" ] } ] }, "polyfill-cxx20": { "description": "Polyfill C++20 entities", "dependencies": [ { "name": "ned14-internal-quickcpplib", "default-features": false, "features": [ "polyfill-cxx20" ] } ] }, "run-tests": { "description": "Build and run the dependency validation tests" } } }