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

{
    "name": "librdkafka",
    "portdir": "net/librdkafka",
    "version": "2.3.0",
    "license": "BSD",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/confluentinc/librdkafka",
    "description": "The Apache Kafka C/C++ library",
    "long_description": "Full Apache Kafka protocol support, including producer and consumer",
    "active": true,
    "categories": [
        "net"
    ],
    "maintainers": [
        {
            "name": "alexey.trenikhin+macports",
            "github": "alexeyt820",
            "ports_count": 3
        }
    ],
    "variants": [
        "zstd",
        "lz4",
        "ssl",
        "sasl",
        "curl",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "pkgconfig",
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "zstd",
                "openssl",
                "lz4",
                "cyrus-sasl2",
                "curl",
                "zlib"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "kcat"
            ]
        }
    ]
}