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

{
    "name": "py27-BitVector",
    "portdir": "python/py-BitVector",
    "version": "3.4.9",
    "license": "PSF",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://engineering.purdue.edu/kak/dist/BitVector-3.4.9.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": false,
    "categories": [
        "math",
        "python"
    ],
    "maintainers": [
        {
            "name": "petr",
            "github": "petrrr",
            "ports_count": 477
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-9.0",
                "py27-setuptools"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python27"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py27-BitArray2D"
            ]
        }
    ]
}