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

{
    "name": "websocketpp",
    "portdir": "net/websocketpp",
    "version": "0.8.2",
    "license": "BSD",
    "platforms": "any",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/zaphoyd/websocketpp",
    "description": "C++ websocket client/server library",
    "long_description": "WebSocket++ is a header only C++ library that implements RFC6455 The WebSocket Protocol.",
    "active": true,
    "categories": [
        "devel",
        "net"
    ],
    "maintainers": [
        {
            "name": "mohd.akram",
            "github": "mohd-akram",
            "ports_count": 38
        }
    ],
    "variants": [
        "debug",
        "tests"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "cmake",
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "zlib",
                "asio",
                "openssl"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "cpprestsdk"
            ]
        }
    ]
}