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

{
    "name": "cbindgen",
    "portdir": "devel/cbindgen",
    "version": "0.26.0",
    "license": "MPL-2",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/eqrion/cbindgen",
    "description": "A project for generating C bindings from Rust code",
    "long_description": "A project for generating C bindings from Rust code. cbindgen creates C/C++11 headers for Rust libraries which expose a public C API",
    "active": true,
    "categories": [
        "devel"
    ],
    "maintainers": [
        {
            "name": "herby.gillot",
            "github": "herbygillot",
            "ports_count": 898
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "cargo",
                "legacy-support",
                "rust",
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "libunwind"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "build",
            "ports": [
                "teleport"
            ]
        }
    ]
}