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

{
    "name": "py35-immutables",
    "portdir": "python/py-immutables",
    "version": "0.9",
    "license": "Apache-2",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/MagicStack/immutables",
    "description": "A high-performance immutable mapping type for Python",
    "long_description": "An immutable mapping type for Python. The underlying datastructure is a Hash Array Mapped Trie (HAMT) used in Clojure, Scala, Haskell, and other functional languages. This implementation is used in CPython 3.7 in the contextvars module (see PEP 550 and PEP 567 for more details).",
    "active": false,
    "categories": [
        "devel",
        "python"
    ],
    "maintainers": [
        {
            "name": "jan",
            "github": "jandemter",
            "ports_count": 64
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py35-setuptools",
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python35"
            ]
        },
        {
            "type": "test",
            "ports": [
                "py35-pytest"
            ]
        }
    ],
    "depends_on": []
}