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

{
    "name": "tklib",
    "portdir": "devel/tklib",
    "version": "0.7",
    "license": "BSD",
    "platforms": "any",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://core.tcl-lang.org/tklib/home",
    "description": "A companion to Tcllib, for Tk related packages.",
    "long_description": "A companion to Tcllib, for Tk related packages.",
    "active": true,
    "categories": [
        "devel"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-14"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "tcllib",
                "tcl",
                "tk"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "p5.26-tcl-ptk",
                "p5.26-tcl-tk",
                "p5.28-tcl-tk",
                "p5.30-tcl-tk",
                "p5.32-tcl-tk",
                "p5.34-tcl-tk",
                "p5.28-tcl-ptk",
                "p5.30-tcl-ptk",
                "p5.32-tcl-ptk",
                "p5.34-tcl-ptk"
            ]
        }
    ]
}