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

{
    "name": "py310-lsprotocol",
    "portdir": "python/py-lsprotocol",
    "version": "2023.0.1",
    "license": "MIT",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/microsoft/lsprotocol",
    "description": "Python implementation of the Language Server Protocol.",
    "long_description": "Python implementation of the Language Server Protocol.",
    "active": true,
    "categories": [
        "python"
    ],
    "maintainers": [
        {
            "name": "judaew",
            "github": "judaew",
            "ports_count": 572
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py310-flit_core",
                "py310-build",
                "py310-installer",
                "clang-17"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python310",
                "py310-exceptiongroup",
                "py310-typing_extensions",
                "py310-attrs",
                "py310-cattrs"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "run",
            "ports": [
                "py310-pygls"
            ]
        }
    ]
}