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

{
    "name": "wandio",
    "portdir": "devel/wandio",
    "version": "1.0.4",
    "license": "GPL-2",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://research.wand.net.nz/software/libwandio.php",
    "description": "C library for compressed file I/O",
    "long_description": "Libwandio is a software library written in C that provides an API for transparently reading from and writing to files using a variety of supported compression methods. I/O performance is improved by doing any compression and/or decompression using a separate thread.",
    "active": true,
    "categories": [
        "devel"
    ],
    "maintainers": [
        {
            "name": "alistair",
            "github": "",
            "ports_count": 1
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-9.0"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "bzip2",
                "lzo2",
                "xz",
                "zlib",
                "curl"
            ]
        }
    ],
    "depends_on": []
}