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

{
    "name": "cppzmq",
    "portdir": "devel/cppzmq",
    "version": "4.10.0",
    "license": "Permissive",
    "platforms": "any",
    "epoch": 1,
    "replaced_by": null,
    "homepage": "https://github.com/zeromq/cppzmq",
    "description": "High-level C++ Binding for 0MQ",
    "long_description": "High-level C++ Binding for 0MQ",
    "active": true,
    "categories": [
        "devel",
        "sysutils",
        "net"
    ],
    "maintainers": [
        {
            "name": "michaelld",
            "github": "michaelld",
            "ports_count": 441
        }
    ],
    "variants": [
        "debug"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "cmake",
                "pkgconfig",
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "zmq"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "gnuradio-devel",
                "xeus-zmq",
                "libopenshot",
                "gnuradio",
                "gnuradio37",
                "gnuradio-next"
            ]
        }
    ]
}