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

{
    "name": "ProjectCenter",
    "portdir": "gnustep/ProjectCenter",
    "version": "0.6.2",
    "license": "GPL-2+",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://www.gnustep.org/",
    "description": "GNUstep's integrated developement environment (IDE).",
    "long_description": "ProjectCenter is GNUstep's integrated developement environment (IDE). It is based in part on NeXT's original Project Builder. It assists you in starting new projects and lets you manage your project files using a intuitive and well ordered graphical user interface.",
    "active": true,
    "categories": [
        "gnustep"
    ],
    "maintainers": [
        {
            "name": "alex",
            "github": "",
            "ports_count": 2
        }
    ],
    "variants": [
        "with_docs"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-9.0"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "gnustep-core"
            ]
        }
    ],
    "depends_on": []
}