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

{
    "name": "fbzmq",
    "portdir": "devel/fbzmq",
    "version": "2022.05.30.00",
    "license": "MIT",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/facebookarchive/fbzmq",
    "description": "fbzmq provides a framework for writing services in C++ while leveraging the awesomeness of libzmq (message passing semantics)",
    "long_description": "fbzmq provides a framework for writing services in C++ while leveraging the awesomeness of libzmq (message passing semantics)",
    "active": true,
    "categories": [
        "devel",
        "net"
    ],
    "maintainers": [
        {
            "name": "vital.had",
            "github": "barracuda156",
            "ports_count": 2558
        }
    ],
    "variants": [
        "debug",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "cmake",
                "ninja",
                "pkgconfig",
                "clang-17"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "gflags",
                "google-glog",
                "gtest",
                "libsodium",
                "wangle",
                "zstd",
                "fizz",
                "openssl3",
                "boost181",
                "libfmt10",
                "zmq",
                "double-conversion",
                "fbthrift",
                "folly"
            ]
        }
    ],
    "depends_on": []
}