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

{
    "name": "archivemount",
    "portdir": "fuse/archivemount",
    "version": "1a",
    "license": "LGPL-2+ and BSD",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://git.sr.ht/~nabijaczleweli/archivemount-ng",
    "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": [
        {
            "name": "therealketo",
            "github": "therealketo",
            "ports_count": 17
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "pkgconfig",
                "clang-17"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "libarchive",
                "macfuse"
            ]
        }
    ],
    "depends_on": []
}