rego-cppv1.5.2
- Updated
A C++ interpreter for the OPA Rego policy language
- Project website: https://github.com/microsoft/rego-cpp
#Usage
rego-cpp provides CMake targets:
find_package(regocpp CONFIG REQUIRED)
target_link_libraries(<your-target> PRIVATE regocpp::rego)When installed with the "tools" feature, the rego CLI is available at:
$(vcpkg_installed)/<triplet>/tools/rego-cpp/rego
#Features
No default features.
#openssl3
Enable crypto/JWT builtins using OpenSSL 3
Host Dependencies:
3 transitive dependencies:
- vcpkg-cmake (through openssl)
- vcpkg-cmake-config (through openssl)
- vcpkg-cmake-get-vars (through openssl)
#tools
Build and install the rego command-line interpreter
Dependencies:
No dependencies.
Host Dependencies:
No dependencies.
#Used By
No ports use this.
#Host Tool For
No ports use this.
#Contributors
Matthew A Johnson
Billy O'Neal
toge