GET /api/v1/ports/graphtage/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "name": "graphtage",
    "portdir": "textproc/graphtage",
    "version": "0.3.1",
    "license": "LGPL-3+",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/trailofbits/graphtage",
    "description": "A semantic diff utility and library for tree-like files such as JSON, JSON5, XML, HTML, YAML, and CSV.",
    "long_description": "A semantic diff utility and library for tree-like files such as JSON, JSON5, XML, HTML, YAML, and CSV. Its name is a portmanteau of “graph” and “graftage”—the latter being the horticultural practice of joining two trees together such that they grow as one.",
    "active": true,
    "categories": [
        "textproc",
        "python"
    ],
    "maintainers": [
        {
            "name": "herby.gillot",
            "github": "herbygillot",
            "ports_count": 1074
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-18",
                "py314-build",
                "py314-installer",
                "py314-setuptools",
                "py314-wheel"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "py314-intervaltree",
                "py314-yaml",
                "python314",
                "py314-json5",
                "py314-fickling",
                "py314-colorama",
                "py314-numpy",
                "py314-scipy",
                "py314-tqdm",
                "py314-typing_extensions"
            ]
        }
    ],
    "depends_on": []
}