GET /api/v1/ports/hadrian/?format=api
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://gitlab.haskell.org/ghc/ghc/-/tree/master/hadrian",
"description": "Hadrian is the build system for the Glasgow Haskell Compiler",
"long_description": "Hadrian is the build system for the Glasgow Haskell Compiler. Hadrian is more scalable, faster, and spectacularly more maintainable than its Make-based predecessor.",
"active": true,
"categories": [
"lang",
"haskell"
],
"maintainers": [
{
"name": "s.t.smith",
"github": "essandess",
"ports_count": 37
}
],
"variants": [
"stack",
"haskell_cabal_use_prebuilt"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"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"
]
}
]
}