rego-cpp v1.4.0
- Created
- Updated
A C++ interpreter for the OPA Rego policy language
# 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
# License
# Supported Platforms
!x86
- ✅ linux
- ✅ osx
- ✅ uwp
- ✅ windows-arm64
- ✅ windows-x64
- ❌
windows-x86
# Features
No default features set.
# openssl3
Enable crypto/JWT builtins using OpenSSL 3
Host Dependencies:
3 transitive dependencies:
- vcpkg-cmake (by openssl )
- vcpkg-cmake-config (by openssl )
- vcpkg-cmake-get-vars (by openssl )
# tools
Build and install the rego command-line interpreter
Dependencies:
No dependencies.
Host Dependencies:
No dependencies.
# Dependencies
# Host Dependencies
No transitive dependencies.
# Dependents
No dependents.
# Host Dependents
No dependents.
# Contributors
Matthew A Johnson