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

{
    "name": "py-BitVector",
    "portdir": "python/py-BitVector",
    "version": "3.5.0",
    "license": "PSF",
    "platforms": "any",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://engineering.purdue.edu/kak/dist/BitVector-3.5.0.html",
    "description": "A memory-efficient packed representation for bit arrays",
    "long_description": "The BitVector class is for a memory-efficient packed representation of bit arrays and for logical operations on such arrays. It is written in pure Python.",
    "active": true,
    "categories": [
        "math",
        "python"
    ],
    "maintainers": [
        {
            "name": "petr",
            "github": "petrrr",
            "ports_count": 573
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "py312-BitVector"
            ]
        }
    ],
    "depends_on": []
}