Skip to content

rego-cppv1.5.2

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

#Supported Platforms

!x86

  • linux
  • osx
  • uwp
  • windows-arm64
  • windows-x64
  • windows-x86

#Features

No default features.

#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.

#Used By

No ports use this.

#Host Tool For

No ports use this.

#Contributors

  • Matthew A Johnson's avatarMatthew A Johnson
  • Billy O'Neal's avatarBilly O'Neal
  • toge's avatartoge

#Changelog

  • b74f96b[rego-cpp] update to 1.5.2 (#53275)
  • 74f5fda[rego-cpp] Add /bigobj. (#51880)
  • 188e854[rego-cpp] Update to version 1.4.1 (#51164)
  • e02e2f6[rego-cpp] Update to version 1.4.0 (#51058)
  • ffffe61[rego-cpp] Add new port (version 1.3.1) (#51028)