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

{
    "name": "hadrian",
    "portdir": "lang/ghc",
    "version": "0.19.8",
    "license": "BSD",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://haskell.org/ghc",
    "description": "The Glorious Glasgow Haskell Compilation System",
    "long_description": "The Glasgow Haskell Compiler is a robust, fully-featured, optimising compiler and interactive environment for Haskell 98, GHC compiles Haskell to either native code or C. It implements numerous experimental language extensions to Haskell 98, for example: concurrency, a foreign language interface, multi-parameter type classes, scoped type variables, existential and universal quantification, unboxed types, exceptions, weak pointers, and so on. GHC comes with a generational garbage collector, and a space and time profiler.",
    "active": true,
    "categories": [
        "lang",
        "haskell"
    ],
    "maintainers": [
        {
            "name": "s.t.smith",
            "github": "essandess",
            "ports_count": 35
        }
    ],
    "variants": [
        "stack",
        "haskell_cabal_use_prebuilt"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-17",
                "cctools",
                "openssl",
                "file",
                "grep",
                "gsed",
                "cabal-prebuilt",
                "ghc-prebuilt"
            ]
        },
        {
            "type": "extract",
            "ports": [
                "xz"
            ]
        },
        {
            "type": "patch",
            "ports": [
                "cabal-prebuilt",
                "ghc-prebuilt"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "build",
            "ports": [
                "ghc"
            ]
        }
    ]
}