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

{
    "name": "ifuse",
    "portdir": "fuse/ifuse",
    "version": "1.1.4",
    "license": "LGPL-2.1",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://libimobiledevice.org/",
    "description": "A fuse filesystem to access the contents of iOS devices",
    "long_description": "A fuse filesystem to access the contents of iOS devices.",
    "active": true,
    "categories": [
        "devel",
        "fuse"
    ],
    "maintainers": [
        {
            "name": "therealketo",
            "github": "therealketo",
            "ports_count": 17
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-16",
                "autoconf",
                "automake",
                "libtool",
                "pkgconfig"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "libimobiledevice",
                "libplist",
                "macfuse",
                "glib2"
            ]
        }
    ],
    "depends_on": []
}