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

{
    "name": "msgpack-cpp",
    "portdir": "devel/msgpack-cpp",
    "version": "7.0.0",
    "license": "Boost-1",
    "platforms": "any",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://msgpack.org/",
    "description": "MessagePack implementation for C++",
    "long_description": "MessagePack is a binary-based efficient data interchange format that is focused on high performance. It is like JSON, but very fast and small.",
    "active": true,
    "categories": [
        "devel"
    ],
    "maintainers": [],
    "variants": [
        "debug"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "cmake",
                "clang-17"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "boost176"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py311-coolprop",
                "pymol",
                "pymol-devel",
                "py38-coolprop",
                "py39-coolprop",
                "py310-coolprop"
            ]
        },
        {
            "type": "run",
            "ports": [
                "msgpack1",
                "msgpack2",
                "msgpack3",
                "msgpack0",
                "msgpack"
            ]
        }
    ]
}