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

{
    "name": "pascal-p5",
    "portdir": "lang/pascal-p5",
    "version": "1.4",
    "license": "GPL-2",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://www.standardpascal.org/p5.html",
    "description": "P5, Zuerich type ISO 7185 Pascal compiler",
    "long_description": "This is the 5th version of the Pascal-P compiler from Zuerich. It is modified to be ISO 7185 Pascal compliant, both in the implementation language, and in the language it processes.",
    "active": true,
    "categories": [
        "lang"
    ],
    "maintainers": [
        {
            "name": "karl-michael.schindler",
            "github": "kamischi",
            "ports_count": 33
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "fpc",
                "clang-17"
            ]
        },
        {
            "type": "fetch",
            "ports": [
                "git"
            ]
        }
    ],
    "depends_on": []
}