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

{
    "name": "fizz",
    "portdir": "devel/fizz",
    "version": "2024.09.23.00",
    "license": "BSD",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/facebookincubator/fizz",
    "description": "Fizz is a TLS 1.3 implementation",
    "long_description": "Fizz is a TLS 1.3 implementation",
    "active": true,
    "categories": [
        "devel"
    ],
    "maintainers": [
        {
            "name": "vital.had",
            "github": "barracuda156",
            "ports_count": 2558
        }
    ],
    "variants": [
        "debug",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "cmake",
                "ninja",
                "pkgconfig",
                "clang-17"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "double-conversion",
                "folly",
                "gflags",
                "google-glog",
                "libevent",
                "bzip2",
                "openssl3",
                "boost181",
                "liboqs",
                "libfmt11",
                "libsodium",
                "lz4",
                "zlib",
                "zstd"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "fbthrift",
                "proxygen",
                "wangle",
                "fbzmq",
                "mvfst"
            ]
        }
    ]
}