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

{
    "name": "zmqpp",
    "portdir": "devel/zmqpp",
    "version": "4.2.0",
    "license": "MPL-2",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/zeromq/zmqpp",
    "description": "0mq 'highlevel' C++ bindings",
    "long_description": "This C++ binding for 0mq/zmq is a 'high-level' library that hides most of the c-style interface core 0mq provides. It consists of a number of header and source files all residing in the zmq directory, these files are provided under the MPLv2 license (see LICENSE for details).",
    "active": true,
    "categories": [
        "devel",
        "net"
    ],
    "maintainers": [
        {
            "name": "aw.kornilov",
            "github": "ierofant",
            "ports_count": 14
        }
    ],
    "variants": [
        "debug",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "cmake",
                "clang-9.0"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "zmq"
            ]
        }
    ],
    "depends_on": []
}