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

{
    "name": "summon",
    "portdir": "devel/summon",
    "version": "0.9.5",
    "license": "MIT",
    "platforms": "darwin freebsd linux",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/cyberark/summon",
    "description": "CLI that provides on-demand secrets access for common DevOps tools.",
    "long_description": "summon is a command-line tool to make working with secrets easier. It provides an interface for reading a secrets.yml file, fetching secrets from a trusted store and exporting secret values to a sub-process environment.",
    "active": true,
    "categories": [
        "devel"
    ],
    "maintainers": [
        {
            "name": "me",
            "github": "0x1DA117",
            "ports_count": 6
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "go",
                "clang-17"
            ]
        }
    ],
    "depends_on": []
}