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

{
    "name": "posix-macos-addons",
    "portdir": "devel/posix-macos-addons",
    "version": "20211014",
    "license": "Apache-2",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/stanislaw/posix-macos-addons",
    "description": "Some missing bits of POSIX for macOS.",
    "long_description": "This is a collection of the POSIX functions which are not available on macOS.",
    "active": true,
    "categories": [
        "devel"
    ],
    "maintainers": [
        {
            "name": "kirill",
            "github": "catap",
            "ports_count": 1279
        }
    ],
    "variants": [
        "debug",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "cmake",
                "clang-9.0"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "build",
            "ports": [
                "ecgen"
            ]
        }
    ]
}