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

{
    "name": "cabal-prebuilt",
    "portdir": "lang/cabal",
    "version": "3.14.1.1",
    "license": "BSD",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://www.haskell.org/cabal",
    "description": "Haskell Cabal: Common Architecture for Building Applications and Libraries",
    "long_description": "Cabal is a system for building and packaging Haskell libraries and programs. It defines a common interface for package authors and distributors to easily build their applications in a portable way. Cabal is part of a larger infrastructure for distributing, organizing, and cataloging Haskell libraries and programs.",
    "active": true,
    "categories": [
        "devel",
        "lang",
        "haskell"
    ],
    "maintainers": [
        {
            "name": "s.t.smith",
            "github": "essandess",
            "ports_count": 35
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-17"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "wget",
                "pkgconfig",
                "curl",
                "cctools",
                "ld64"
            ]
        },
        {
            "type": "run",
            "ports": [
                "wget",
                "curl"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "build",
            "ports": [
                "hscolour",
                "cabal",
                "happy",
                "ghc",
                "alex",
                "hadrian"
            ]
        },
        {
            "type": "patch",
            "ports": [
                "cabal",
                "hscolour",
                "alex",
                "happy",
                "ghc",
                "hadrian"
            ]
        }
    ]
}