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

{
    "name": "hlint",
    "portdir": "devel/hlint",
    "version": "3.8",
    "license": "GPL-3",
    "platforms": "macosx",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/ndmitchell/hlint",
    "description": "A tool for suggesting possible improvements to Haskell code.",
    "long_description": "HLint is a tool for suggesting possible improvements to Haskell code. These suggestions include ideas such as using alternative functions, simplifying code and spotting redundancies.",
    "active": true,
    "categories": [
        "devel",
        "haskell"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "cctools",
                "openssl",
                "cabal",
                "ghc",
                "file",
                "grep",
                "gsed",
                "clang-17"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "gmp",
                "libiconv"
            ]
        },
        {
            "type": "patch",
            "ports": [
                "cabal"
            ]
        }
    ],
    "depends_on": []
}