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

{
    "name": "ccls-clang-11",
    "portdir": "devel/ccls",
    "version": "0.20241108",
    "license": "Apache-2",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/MaskRay/ccls",
    "description": "C/C++/ObjC language server supporting cross references, hierarchies, completion and semantic highlighting",
    "long_description": "C/C++/ObjC language server supporting cross references, hierarchies, completion and semantic highlighting",
    "active": true,
    "categories": [
        "devel"
    ],
    "maintainers": [
        {
            "name": "egorenar",
            "github": "egorenar",
            "ports_count": 10
        },
        {
            "name": "mascguy",
            "github": "mascguy",
            "ports_count": 331
        }
    ],
    "variants": [
        "debug",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "cmake",
                "pkgconfig",
                "clang-11"
            ]
        },
        {
            "type": "fetch",
            "ports": [
                "git"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "clang-11",
                "libxml2",
                "zlib",
                "libffi",
                "ncurses",
                "rapidjson"
            ]
        },
        {
            "type": "run",
            "ports": [
                "ccls_select"
            ]
        }
    ],
    "depends_on": []
}