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

{
    "name": "gumbo-parser",
    "portdir": "devel/gumbo-parser",
    "version": "0.12.1",
    "license": "Apache-2",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://codeberg.org/gumbo-parser/gumbo-parser",
    "description": "A pure C HTML5 parser",
    "long_description": "Gumbo is an implementation of the HTML5 parsing algorithm implemented as a pure C99 library with no outside dependencies. It's designed to serve as a building block for other tools and libraries such as linters, validators, templating languages, and refactoring and analysis tools.",
    "active": true,
    "categories": [
        "devel",
        "www"
    ],
    "maintainers": [],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "autoconf",
                "automake",
                "libtool",
                "clang-16"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "newsraft",
                "litehtml",
                "claws-mail",
                "mupdf"
            ]
        }
    ]
}