{
  "name": "trieste",
  "href": "https://vcpkg.link/ports/trieste",
  "supports": "!x86",
  "published_at": "2026-04-13T22:01:26.000Z",
  "is_deprecated": false,
  "is_featured": false,
  "documentation_href": null,
  "homepage_href": "https://github.com/microsoft/Trieste",
  "description": [
    "A header-only C++20 term rewriting system for rapidly prototyping programming languages"
  ],
  "license": "MIT",
  "version": {
    "type": "semver",
    "value": "1.1.0",
    "port": 0
  },
  "commit": {
    "tree_href": "https://github.com/microsoft/vcpkg/tree/47e6ef4e39a75f0fbb99192c09605077fe36ff99/ports/trieste",
    "hash": "47e6ef4e39a75f0fbb99192c09605077fe36ff99"
  },
  "repository": null,
  "dependencies": [
    {
      "name": "cli11",
      "href": "https://vcpkg.link/ports/cli11",
      "is_host": false,
      "with_default_features": true,
      "version_constraint": null,
      "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": "parsers",
      "default": [],
      "description": [
        "Build the JSON and YAML parser libraries (trieste::json, trieste::yaml)"
      ],
      "supports": "all",
      "dependencies": []
    },
    {
      "name": "snmalloc",
      "default": [],
      "description": [
        "Override global new/delete with snmalloc"
      ],
      "supports": "all",
      "dependencies": [
        {
          "name": "snmalloc",
          "href": "https://vcpkg.link/ports/snmalloc",
          "is_host": false,
          "with_default_features": true,
          "version_constraint": null,
          "platform": "all"
        }
      ]
    }
  ]
}