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

{
    "name": "fpc-sources",
    "portdir": "lang/fpc-sources",
    "version": "3.2.2",
    "license": "GPL-2 and LGPL-2",
    "platforms": "any",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://www.freepascal.org",
    "description": "Sources of the FreePascal compiler",
    "long_description": "Sources of the compiler, the runtime library (rtl), packages and utils. Used by lazarus.",
    "active": true,
    "categories": [
        "lang"
    ],
    "maintainers": [
        {
            "name": "karl-michael.schindler",
            "github": "kamischi",
            "ports_count": 33
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-14"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "lazarus"
            ]
        }
    ]
}