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

{
    "name": "archivemount",
    "portdir": "fuse/archivemount",
    "version": "0.9.1",
    "license": "GPL-2",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://www.cybernoia.de/software/archivemount.html",
    "description": "File system for accessing archives using libarchive",
    "long_description": "Archivemount is a piece of glue code between libarchive and FUSE It can be used to mount a (possibly compressed) archive (as in .tar.gz or .tar.bz2) and use it like an ordinary filesystem.",
    "active": true,
    "categories": [
        "fuse"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "pkgconfig",
                "clang-9.0"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "libarchive",
                "macfuse"
            ]
        }
    ],
    "depends_on": []
}