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

{
    "name": "cloc",
    "portdir": "textproc/cloc",
    "version": "1.98",
    "license": "(Artistic-1 or GPL-2)",
    "platforms": "any",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/AlDanial/cloc",
    "description": "counts lines of source code",
    "long_description": "cloc counts blank lines, comment lines, and physical lines of source code in many programming languages. Given two versions of a code base, cloc can compute differences in blank, comment, and source lines.",
    "active": true,
    "categories": [
        "devel",
        "textproc"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-17"
            ]
        },
        {
            "type": "run",
            "ports": [
                "perl5.34",
                "p5.34-algorithm-diff",
                "p5.34-digest-md5",
                "p5.34-parallel-forkmanager",
                "p5.34-regexp-common"
            ]
        }
    ],
    "depends_on": []
}