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

{
    "name": "ccls",
    "portdir": "devel/ccls",
    "version": "0.20230717",
    "license": "Apache-2",
    "platforms": "any",
    "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 (meta port)",
    "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": 310
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-15"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "ccls-clang-10"
            ]
        }
    ],
    "depends_on": []
}