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

{
    "name": "re2",
    "portdir": "devel/re2",
    "version": "2024-04-01",
    "license": "BSD",
    "platforms": "darwin",
    "epoch": 1,
    "replaced_by": null,
    "homepage": "https://github.com/google/re2",
    "description": "an efficient, principled regular expression library",
    "long_description": "RE2 is a fast, safe, thread-friendly alternative to backtracking regular expression engines like those used in PCRE, Perl, and Python. It is a C++ library.",
    "active": true,
    "categories": [
        "devel",
        "textproc"
    ],
    "maintainers": [
        {
            "name": "herby.gillot",
            "github": "herbygillot",
            "ports_count": 993
        }
    ],
    "variants": [
        "debug",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "cmake",
                "clang-17"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "abseil"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py27-re2",
                "mtxclient",
                "py310-re2",
                "py39-re2",
                "py311-re2",
                "py312-re2",
                "py313-re2",
                "py38-re2",
                "qt5-qtwebengine",
                "qt513-qtwebengine",
                "py37-pyarrow",
                "py38-pyarrow",
                "py37-re2",
                "percona",
                "warzone2100",
                "py37-grpcio",
                "py37-grpcio-tools",
                "apache-arrow",
                "grpc",
                "py39-grpcio",
                "py39-grpcio-tools",
                "py310-grpcio",
                "py310-grpcio-tools",
                "Bear",
                "py38-grpcio",
                "py38-grpcio-tools"
            ]
        }
    ]
}