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

{
    "name": "litebrowser",
    "portdir": "www/litebrowser",
    "version": "0.0.0-20211116",
    "license": "BSD",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/litehtml/litebrowser-linux",
    "description": "a simple web browser based on litehtml",
    "long_description": "litebrowser is a minimal web browser intended primarily to demonstrate the capabilities of the litehtml rendering engine.",
    "active": true,
    "categories": [
        "www"
    ],
    "maintainers": [
        {
            "name": "ryandesign",
            "github": "ryandesign",
            "ports_count": 1825
        }
    ],
    "variants": [
        "debug",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "cmake",
                "pkgconfig",
                "clang-15"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "cairo",
                "fontconfig",
                "litehtml",
                "gtkmm3",
                "pango",
                "curl",
                "poco",
                "gtk3"
            ]
        }
    ],
    "depends_on": []
}