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

{
    "name": "flatbuffers",
    "portdir": "devel/flatbuffers",
    "version": "23.5.26",
    "license": "Apache-2",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://google.github.io/flatbuffers/",
    "description": "Memory Efficient Serialization Library",
    "long_description": "FlatBuffers is a cross platform serialization library architected for maximum memory efficiency. It allows you to directly access serialized data without parsing/unpacking it first, while still having great forwards/backwards compatibility.",
    "active": true,
    "categories": [
        "devel"
    ],
    "maintainers": [
        {
            "name": "herby.gillot",
            "github": "herbygillot",
            "ports_count": 759
        },
        {
            "name": "judaew",
            "github": "judaew",
            "ports_count": 486
        }
    ],
    "variants": [
        "debug",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "cmake",
                "clang-15"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "libsigmf"
            ]
        }
    ]
}