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

{
    "name": "py37-BitArray2D",
    "portdir": "python/py-BitArray2D",
    "version": "2.1",
    "license": "PSF",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://engineering.purdue.edu/kak/dist2d/BitArray2D-2.1.html",
    "description": "A memory-efficient packed representation for 2D bit arrays",
    "long_description": "The BitArray2D class is for a memory-efficient packed representation of 2D bit arrays and for logical and other operations (such as blob dilations, erosions, etc.) on such arrays. The implementation of the class takes advantage of the facilities of the BitVector class for the memory representation and for the allowed operations.",
    "active": false,
    "categories": [
        "math",
        "python"
    ],
    "maintainers": [
        {
            "name": "petr",
            "github": "petrrr",
            "ports_count": 503
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py37-installer",
                "clang-16",
                "py37-setuptools",
                "py37-wheel",
                "py37-build"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python37",
                "py37-BitVector"
            ]
        },
        {
            "type": "test",
            "ports": [
                "py37-pytest"
            ]
        }
    ],
    "depends_on": []
}