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

{
    "name": "pixz",
    "portdir": "archivers/pixz",
    "version": "1.0.7",
    "license": "BSD",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/vasi/pixz",
    "description": "Pixz (pronounced 'pixie') is a parallel, indexing version of XZ",
    "long_description": "The existing XZ Utils provide great compression in the .xz file format, but they have two significant problems: \n\n* They are single-threaded, while most users now have multi-core computers. \n* The .xz files they produce are just one big block of compressed data, rather than a collection of smaller blocks. This makes random access to the original data impossible. \n\nWith pixz, both these problems are solved.",
    "active": true,
    "categories": [
        "archivers"
    ],
    "maintainers": [
        {
            "name": "ryandesign",
            "github": "ryandesign",
            "ports_count": 1764
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "pkgconfig",
                "clang-9.0",
                "asciidoc"
            ]
        },
        {
            "type": "extract",
            "ports": [
                "xz"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "libarchive",
                "xz"
            ]
        }
    ],
    "depends_on": []
}