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

{
    "name": "gnustep-core",
    "portdir": "gnustep/gnustep-core",
    "version": "0.18.1",
    "license": "BSD",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://www.gnustep.org/",
    "description": "GNUstep core / Startup package",
    "long_description": "Startup is a compilation of the core GNUstep libraries. After installing GNUstep Startup, you will have a complete system for compiling and running GNUstep applications.",
    "active": true,
    "categories": [
        "gnustep"
    ],
    "maintainers": [],
    "variants": [
        "with_docs",
        "dev_tools"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-9.0"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "gnustep-back"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "ArtResources",
                "GMastermind",
                "GMines",
                "Jigsaw",
                "KeyArcher",
                "PRICE",
                "ProjectCenter",
                "TalkSoup",
                "gnustep",
                "gorm",
                "gworkspace",
                "system-preferences",
                "yap-app"
            ]
        }
    ]
}