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

{
    "name": "ioping",
    "portdir": "sysutils/ioping",
    "version": "1.3",
    "license": "GPL-3+",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/koct9i/ioping",
    "description": "Simple disk I/0 latency measuring tool",
    "long_description": "A tool to monitor I/O latency in real time. It shows disk latency in the same way as ping shows network latency.",
    "active": true,
    "categories": [
        "sysutils"
    ],
    "maintainers": [
        {
            "name": "harensdeveloper",
            "github": "harens",
            "ports_count": 34
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-17"
            ]
        }
    ],
    "depends_on": []
}