{ "name": "rego-cpp", "version": "1.4.0", "description": "A C++ interpreter for the OPA Rego policy language", "homepage": "https://github.com/microsoft/rego-cpp", "license": "MIT", "supports": "!x86", "dependencies": [ { "name": "trieste", "features": [ "parsers" ] }, { "name": "vcpkg-cmake", "host": true }, { "name": "vcpkg-cmake-config", "host": true } ], "features": { "openssl3": { "description": "Enable crypto/JWT builtins using OpenSSL 3", "dependencies": [ { "name": "openssl", "version>=": "3.0.2" } ] }, "tools": { "description": "Build and install the rego command-line interpreter" } } }