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

{
    "name": "gperftools",
    "portdir": "devel/gperftools",
    "version": "2.15",
    "license": "BSD",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/gperftools/gperftools",
    "description": "high-performance multi-threaded malloc() and nifty performance analysis tools",
    "long_description": "gperftools is a collection of a high-performance multi-threaded malloc() implementation, plus some pretty nifty performance analysis tools.",
    "active": true,
    "categories": [
        "devel"
    ],
    "maintainers": [],
    "variants": [
        "tests",
        "universal",
        "debug",
        "benchmark"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "cmake",
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "libunwind"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "swi-prolog-devel",
                "sentencepiece",
                "swi-prolog"
            ]
        }
    ]
}