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

{
    "name": "lazarus",
    "portdir": "devel/lazarus",
    "version": "2.2.6-0",
    "license": "GPL-2 and LGPL-2",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://wiki.freepascal.org/Main_Page",
    "description": "Free Pascal IDE.",
    "long_description": "Lazarus is an open-source development system that builds on the Free Pascal compiler by adding an integrated development environment (IDE). It includes a syntax-highlighting code editor and a visual form designer, as well as a component library that is highly compatible with Delphi's Visual Component Library (VCL). The Lazarus Component Library (LCL) includes equivalents for many of the familiar VCL controls such as forms, buttons, text boxes and so on, which are used to create applications with a graphical user interface (GUI).",
    "active": true,
    "categories": [
        "devel"
    ],
    "maintainers": [
        {
            "name": "karl-michael.schindler",
            "github": "kamischi",
            "ports_count": 25
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-14"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "fpc",
                "fpc-sources"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "build",
            "ports": [
                "ddrescueview"
            ]
        }
    ]
}