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

{
    "name": "GMastermind",
    "portdir": "gnustep/GMastermind",
    "version": "0.5",
    "license": "GPL-2+",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://www.gnustep.it/marko/GMastermind/",
    "description": "The well-known mastermind game.",
    "long_description": "The well-known mastermind game.",
    "active": true,
    "categories": [
        "gnustep"
    ],
    "maintainers": [],
    "variants": [
        "with_docs"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-9.0"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "gnustep-core"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "gnustep"
            ]
        }
    ]
}