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

{
    "name": "zshdb",
    "portdir": "devel/zshdb",
    "version": "1.1.4",
    "license": "GPL-3",
    "platforms": "any",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/rocky/zshdb",
    "description": "GDB-like debugger for zsh scripts.",
    "long_description": "GDB-like debugger for zsh scripts. Zshdb can run your script, stop it on specified conditions, help you examine what has happened when it has stopped, and allow you to modify parts of your script so that you can experiment with your code and fix problems once they are identified.",
    "active": true,
    "categories": [
        "devel",
        "shells"
    ],
    "maintainers": [
        {
            "name": "herby.gillot",
            "github": "herbygillot",
            "ports_count": 993
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "autoconf",
                "automake",
                "libtool",
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "zsh"
            ]
        }
    ],
    "depends_on": []
}