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

{
    "name": "hevea",
    "portdir": "textproc/hevea",
    "version": "2.36",
    "license": "(QPL or LGPL)",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://hevea.inria.fr/",
    "description": "HEVEA is a quite complete and fast LATEX to HTML translator.",
    "long_description": "HEVEA is a LaTeX to HTML translator. The input language is a fairly complete subset of LaTeX2e (old LaTeX style is also accepted) and the output language is HTML that is (hopefully) correct with respect to version 4.0 (transitional)",
    "active": true,
    "categories": [
        "textproc",
        "www",
        "tex"
    ],
    "maintainers": [
        {
            "name": "pmetzger",
            "github": "pmetzger",
            "ports_count": 21
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "ocaml",
                "ocaml-ocamlbuild",
                "clang-17"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "build",
            "ports": [
                "bibtex2html"
            ]
        }
    ]
}