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

{
    "name": "abseil",
    "portdir": "devel/abseil",
    "version": "20230802.1",
    "license": "Apache-2",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/abseil/abseil-cpp",
    "description": "Abseil - C++ Common Libraries",
    "long_description": "Abseil is an open-source collection of C++ library code designed to augment the C++ standard library. The Abseil library code is collected from Google's own C++ code base, has been extensively tested and used in production.",
    "active": true,
    "categories": [
        "devel"
    ],
    "maintainers": [
        {
            "name": "judaew",
            "github": "judaew",
            "ports_count": 496
        }
    ],
    "variants": [
        "debug",
        "test",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "cmake",
                "clang-16"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "apache-arrow",
                "py39-pyarrow",
                "py310-pyarrow",
                "py311-pyarrow",
                "grpc",
                "py37-grpcio",
                "py37-grpcio-tools",
                "py38-grpcio",
                "py38-grpcio-tools",
                "py39-grpcio",
                "py39-grpcio-tools",
                "py310-grpcio",
                "py310-grpcio-tools",
                "re2",
                "s2geometry",
                "mtxclient",
                "protobuf3-cpp-upstream",
                "py37-pyarrow",
                "py38-pyarrow",
                "Bear"
            ]
        }
    ]
}