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

{
    "name": "ihaskell",
    "portdir": "devel/ihaskell",
    "version": "20240218",
    "license": "MIT",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/IHaskell/IHaskell",
    "description": "A Haskell kernel for IPython.",
    "long_description": "IHaskell is a kernel for the Jupyter project, which allows you to use Haskell inside Jupyter frontends (including the console and notebook). For a tour of some IHaskell features, check out the demo Notebook at http://nbviewer.ipython.org/github/gibiansky/IHaskell/blob/master/notebooks/IHaskell.ipynb. More example notebooks are available on the wiki at https://github.com/gibiansky/IHaskell/wiki. The wiki also has more extensive documentation of IHaskell features.",
    "active": true,
    "categories": [
        "devel",
        "haskell"
    ],
    "maintainers": [],
    "variants": [
        "stack"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "cctools",
                "openssl",
                "stack",
                "file",
                "grep",
                "gsed",
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "py312-ipykernel",
                "py312-ipywidgets",
                "py312-jupyter",
                "py312-jupyter_client",
                "zmq",
                "py312-nbformat",
                "py312-widgetsnbextension",
                "py312-magic",
                "py312-jupyter_core",
                "ghc",
                "libmagic",
                "pango",
                "python312",
                "py312-cairo",
                "py312-pkgconfig"
            ]
        }
    ],
    "depends_on": []
}