{
  "name": "rego-cpp",
  "href": "https://vcpkg.link/ports/rego-cpp",
  "supports": "!x86",
  "published_at": "2026-05-21T07:32:51.000Z",
  "is_deprecated": false,
  "is_featured": false,
  "documentation_href": null,
  "homepage_href": "https://github.com/microsoft/rego-cpp",
  "description": [
    "A C++ interpreter for the OPA Rego policy language"
  ],
  "license": "MIT",
  "version": {
    "type": "semver",
    "value": "1.4.1",
    "port": 1
  },
  "commit": {
    "tree_href": "https://github.com/microsoft/vcpkg/tree/74f5fda46bfe10d8dcbbbb6770a7a294a300fbbb/ports/rego-cpp",
    "hash": "74f5fda46bfe10d8dcbbbb6770a7a294a300fbbb"
  },
  "repository": null,
  "dependencies": [
    {
      "name": "trieste",
      "href": "https://vcpkg.link/ports/trieste",
      "is_host": false,
      "with_default_features": true,
      "version_constraint": {
        "type": "semver",
        "value": "1.1.0",
        "port": 0
      },
      "platform": "all"
    },
    {
      "name": "vcpkg-cmake",
      "href": "https://vcpkg.link/ports/vcpkg-cmake",
      "is_host": true,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    },
    {
      "name": "vcpkg-cmake-config",
      "href": "https://vcpkg.link/ports/vcpkg-cmake-config",
      "is_host": true,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    }
  ],
  "dev_dependencies": [],
  "features": [
    {
      "name": "openssl3",
      "default": [],
      "description": [
        "Enable crypto/JWT builtins using OpenSSL 3"
      ],
      "supports": "all",
      "dependencies": [
        {
          "name": "openssl",
          "href": "https://vcpkg.link/ports/openssl",
          "is_host": false,
          "with_default_features": true,
          "version_constraint": {
            "type": "semver",
            "value": "3.0.2",
            "port": 0
          },
          "platform": "all"
        }
      ]
    },
    {
      "name": "tools",
      "default": [],
      "description": [
        "Build and install the rego command-line interpreter"
      ],
      "supports": "all",
      "dependencies": []
    }
  ]
}