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

{
    "name": "tcpkali",
    "portdir": "net/tcpkali",
    "version": "0.7",
    "license": "BSD",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/machinezone/tcpkali",
    "description": "High performance TCP and WebSocket load generator and sink",
    "long_description": "tcpkali is a program that generates lots of network load to stress-test TCP and WebSocket servers.",
    "active": true,
    "categories": [
        "net"
    ],
    "maintainers": [
        {
            "name": "vlm",
            "github": "",
            "ports_count": 1
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-9.0"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "ncurses"
            ]
        }
    ],
    "depends_on": []
}