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

{
    "name": "rage",
    "portdir": "security/rage",
    "version": "0.11.1",
    "license": "MIT and Apache-2",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/str4d/rage",
    "description": "Rust implementation of age",
    "long_description": "rage is a simple, modern, and secure file encryption tool, using the age format. It features small explicit keys, no config options, and UNIX-style composability.",
    "active": true,
    "categories": [
        "security"
    ],
    "maintainers": [
        {
            "name": "turbocool3r",
            "github": "turbocool3r",
            "ports_count": 4
        }
    ],
    "variants": [
        "mount",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "cargo",
                "legacy-support",
                "rust",
                "clang-17"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "libunwind"
            ]
        }
    ],
    "depends_on": []
}