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

{
    "name": "haproxy",
    "portdir": "net/haproxy",
    "version": "3.0.3",
    "license": "(GPL-2+ or OpenSSLException)",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://www.haproxy.org/",
    "description": "The Reliable, High Performance TCP/HTTP Load Balancer",
    "long_description": "HAproxy is a high-performance and highly-robust TCP/HTTP load balancer which provides cookie-based persistence, automatic failover, header insertion, deletion, modification on the fly, advanced logging contents to help trouble-shooting buggy applications and/or networks, and a few other features. It uses its own state machine to achieve up to ten thousands hits per second on modern hardware, even with thousands simultaneous connections.",
    "active": true,
    "categories": [
        "net"
    ],
    "maintainers": [
        {
            "name": "jeremy.mcmillan",
            "github": "aphor",
            "ports_count": 6
        },
        {
            "name": "judaew",
            "github": "judaew",
            "ports_count": 558
        }
    ],
    "variants": [
        "lua",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "pkgconfig",
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "zlib",
                "pcre",
                "openssl3"
            ]
        }
    ],
    "depends_on": []
}