1. Home
  2. Browse
  3. rego-cpp

rego-cpp

v1.4.1#1Latest

A C++ interpreter for the OPA Rego policy language

Install

Run the following Vcpkg command to install the port.

vcpkg install 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

Dependencies

See source

Version

v1.4.1#1

Publication

Supports

!x86

GitHub

microsoft/rego-cpp

Homepage

github.com/microsoft/rego-cpp

Subtree

74f5fda46b

License

MIT

Definition

Manifest