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

{
    "name": "cppcheck",
    "portdir": "devel/cppcheck",
    "version": "2.17.1",
    "license": "GPL-3",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/danmar/cppcheck",
    "description": "Static analysis of C and C++ code.",
    "long_description": "Cppcheck is an analysis tool for C and C++ code. Unlike compilers and many other analysis tools, we do not detect syntax errors. Cppcheck only detects the types of bugs that the compilers normally fail to detect. The goal is no false positives.",
    "active": true,
    "categories": [
        "devel"
    ],
    "maintainers": [
        {
            "name": "khindenburg",
            "github": "kurthindenburg",
            "ports_count": 424
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "docbook-xml-4.5",
                "docbook-xsl-nons",
                "libxslt",
                "clang-17"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python312",
                "py312-pygments",
                "pcre"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "chai"
            ]
        }
    ]
}