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

{
    "name": "py312-z3",
    "portdir": "math/z3",
    "version": "4.13.4",
    "license": "MIT",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/Z3Prover/z3",
    "description": "Python 3.12 bindings for the Z3 theorem prover",
    "long_description": "Python 3.12 bindings for the Z3 SMT solver library from Microsoft Research.",
    "active": true,
    "categories": [
        "python"
    ],
    "maintainers": [
        {
            "name": "landonf",
            "github": "landonf",
            "ports_count": 81
        }
    ],
    "variants": [
        "debug"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py312-wheel",
                "py312-build",
                "py312-installer",
                "py312-setuptools",
                "cmake",
                "ninja",
                "clang-17"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python312",
                "py312-setuptools",
                "z3"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py-z3"
            ]
        }
    ]
}