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

{
    "name": "mhddfs",
    "portdir": "fuse/mhddfs",
    "version": "0.1.10",
    "license": "GPL-3+",
    "platforms": "macosx",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://mhddfs.uvw.ru/",
    "description": "FUSE-based filesystem for combined mountpoints",
    "long_description": "This FUSE-based file system allows mount points (or directories) to be combined, simulating a single big volume which can merge several hard disks.",
    "active": true,
    "categories": [
        "fuse"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "pkgconfig",
                "clang-9.0"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "libiconv"
            ]
        }
    ],
    "depends_on": []
}