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

{
    "name": "Bear",
    "portdir": "devel/Bear",
    "version": "3.1.0",
    "license": "GPL-3+",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/rizsotto/Bear",
    "description": "Bear is a tool to generate compilation database for clang tooling.",
    "long_description": "Bear is a tool to generate compilation database for clang tooling. The JSON compilation database is used in clang project to provide information how a single compilation unit was processed. When that is available then it is easy to re-run the compilation with different programs.",
    "active": true,
    "categories": [
        "devel"
    ],
    "maintainers": [
        {
            "name": "cal",
            "github": "neverpanic",
            "ports_count": 61
        }
    ],
    "variants": [
        "debug",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "nlohmann-json",
                "spdlog",
                "clang-14",
                "cmake",
                "pkgconfig"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "libfmt9",
                "grpc"
            ]
        }
    ],
    "depends_on": []
}