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

{
    "name": "cargo-c",
    "portdir": "devel/cargo-c",
    "version": "0.9.19",
    "license": "MIT",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/lu-zero/cargo-c",
    "description": "cargo applet to build and install C-ABI compatibile dynamic and static libraries",
    "long_description": "cargo applet to build and install C-ABI compatibile dynamic and static libraries",
    "active": true,
    "categories": [
        "devel"
    ],
    "maintainers": [
        {
            "name": "mcalhoun",
            "github": "MarcusCalhoun-Lopez",
            "ports_count": 1159
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "cargo",
                "legacy-support",
                "rust",
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "zlib",
                "openssl3",
                "libgit2",
                "libunwind",
                "libiconv"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "build",
            "ports": [
                "libgifski",
                "rav1e"
            ]
        }
    ]
}