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

{
    "name": "tcllib",
    "portdir": "devel/tcllib",
    "version": "1.21",
    "license": "Tcl/Tk",
    "platforms": "any",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://tcllib.sf.net/",
    "description": "tcllib standardized library",
    "long_description": "tcllib is a set of pure-Tcl extensions that you can use to become even more productive with Tcl.",
    "active": true,
    "categories": [
        "devel"
    ],
    "maintainers": [
        {
            "name": "ryandesign",
            "github": "ryandesign",
            "ports_count": 1825
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-14"
            ]
        },
        {
            "type": "extract",
            "ports": [
                "xz"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "tcl"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "build",
            "ports": [
                "tkimg",
                "tcl_bonjour"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "sguil-client",
                "tklib",
                "time-track-cli"
            ]
        },
        {
            "type": "run",
            "ports": [
                "gutils-suite-core",
                "tclxml"
            ]
        }
    ]
}