Skip to Content

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

Dependencies:

No transitive dependencies.

Host Dependencies:
3 transitive dependencies:

# tools

Build and install the rego command-line interpreter

Dependencies:

No dependencies.

Host Dependencies:

No dependencies.

# Dependencies

and one transitive dependency:

# Host Dependencies

No transitive dependencies.

# Dependents

No dependents.

# Host Dependents

No dependents.

# Contributors

  • Matthew A Johnson's avatar Matthew A Johnson

# Changelog

  • e02e2f6 [rego-cpp] Update to version 1.4.0 (#51058)
  • ffffe61 [rego-cpp] Add new port (version 1.3.1) (#51028)

# Source