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

{
    "name": "garage",
    "portdir": "net/garage",
    "version": "1.0.1",
    "license": "AGPL-3",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://garagehq.deuxfleurs.fr",
    "description": "An open-source distributed object storage service tailored for self-hosting",
    "long_description": "An open-source distributed object storage service tailored for self-hosting. Garage implements the Amazon S3 API and thus is already compatible with many applications.",
    "active": true,
    "categories": [
        "net"
    ],
    "maintainers": [
        {
            "name": "herby.gillot",
            "github": "herbygillot",
            "ports_count": 988
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "cargo",
                "legacy-support",
                "rust",
                "clang-17"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "libunwind"
            ]
        }
    ],
    "depends_on": []
}