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

{
    "name": "Bear",
    "portdir": "devel/Bear",
    "version": "3.1.3",
    "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": 60
        }
    ],
    "variants": [
        "debug",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "cmake",
                "nlohmann-json",
                "pkgconfig",
                "spdlog",
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "macports-libcxx",
                "abseil",
                "libfmt9",
                "grpc",
                "legacy-support",
                "protobuf3-cpp",
                "re2"
            ]
        }
    ],
    "depends_on": []
}