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

{
    "name": "ext2fuse",
    "portdir": "fuse/ext2fuse",
    "version": "0.8.1",
    "license": "GPL-2+",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://ext2fuse.sourceforge.net/",
    "description": "ext2 filesystem in user space",
    "long_description": "Implementation of the ext2 filesystem in user space, using the FUSE library.",
    "active": true,
    "categories": [
        "fuse"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "pkgconfig",
                "clang-9.0"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "e2fsprogs"
            ]
        }
    ],
    "depends_on": []
}