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

{
    "name": "py-ufl",
    "portdir": "python/py-ufl",
    "version": "2019.1.0",
    "license": "LGPL-3+",
    "platforms": "any",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://bitbucket.org/fenics-project/ufl",
    "description": "Unified Form Language",
    "long_description": "The Unified Form Language (UFL) is a domain specific language for declaration of finite element discretizations of variational forms. More precisely, it defines a flexible interface for choosing finite element spaces and defining expressions for weak forms in a notation close to mathematical notation.",
    "active": true,
    "categories": [
        "science",
        "math",
        "python"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-17"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "py312-ufl"
            ]
        }
    ],
    "depends_on": []
}