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

{
    "name": "tcLex",
    "portdir": "textproc/tcLex",
    "version": "1.2a1",
    "license": "Tcl/Tk",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://membres.multimania.fr/fbonnet/Tcl/tcLex/index.en.htm",
    "description": "TCL Lexer",
    "long_description": "tcLex is a lexical analyzer generator extension to TCL written in C.",
    "active": true,
    "categories": [
        "textproc"
    ],
    "maintainers": [],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-9.0"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "tcl"
            ]
        }
    ],
    "depends_on": []
}