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

{
    "name": "atom",
    "portdir": "editors/atom",
    "version": "1.37.0",
    "license": "MIT",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://atom.io",
    "description": "The hackable text editor",
    "long_description": "The hackable text editor",
    "active": false,
    "categories": [
        "editors"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-13"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "git",
                "npm5",
                "python27"
            ]
        }
    ],
    "depends_on": []
}