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

{
    "name": "cgdb",
    "portdir": "devel/cgdb",
    "version": "0.8.0",
    "license": "GPL-2",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://cgdb.github.io",
    "description": "A curses-based interface to the GNU Debugger (GDB).",
    "long_description": "CGDB is a curses-based interface to the GNU Debugger (GDB). The goal of CGDB is to be lightweight and responsive, not encumbered with unnecessary features.",
    "active": true,
    "categories": [
        "devel"
    ],
    "maintainers": [],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "texinfo",
                "clang-15"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "ncurses",
                "readline"
            ]
        }
    ],
    "depends_on": []
}