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

{
    "name": "simple-websocket-server",
    "portdir": "devel/simple-websocket-server",
    "version": "2.0.2",
    "license": "MIT",
    "platforms": "any",
    "epoch": 1,
    "replaced_by": null,
    "homepage": "https://gitlab.com/eidheim/Simple-WebSocket-Server",
    "description": "websocket server and client library in C++11",
    "long_description": "A very simple, fast, multithreaded, platform independent WebSocket (WS) and WebSocket Secure (WSS) server and client library implemented using C++11, Asio (both Boost.Asio and standalone Asio can be used) and OpenSSL. Created to be an easy way to make WebSocket endpoints in C++.",
    "active": true,
    "categories": [
        "devel"
    ],
    "maintainers": [
        {
            "name": "rene.vanpaassen",
            "github": "repagh",
            "ports_count": 2
        }
    ],
    "variants": [
        "debug",
        "tests"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "cmake",
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "boost176"
            ]
        }
    ],
    "depends_on": []
}