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

{
    "name": "cpprestsdk",
    "portdir": "www/cpprestsdk",
    "version": "2.10.19",
    "license": "MIT",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/microsoft/cpprestsdk",
    "description": "C++ REST library for client-server communication",
    "long_description": "The C++ REST SDK is a Microsoft project for cloud-based client-server communication in native code using a modern asynchronous C++ API design.",
    "active": true,
    "categories": [
        "devel",
        "www"
    ],
    "maintainers": [
        {
            "name": "makr",
            "github": "mohd-akram",
            "ports_count": 74
        }
    ],
    "variants": [
        "debug",
        "tests",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "cmake",
                "websocketpp",
                "clang-17"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "zlib",
                "openssl",
                "boost176"
            ]
        }
    ],
    "depends_on": []
}