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

{
    "name": "wimlib",
    "portdir": "archivers/wimlib",
    "version": "1.14.3",
    "license": "(GPL-3+ or LGPL-3+)",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://wimlib.net",
    "description": "tools for dealing with files in Windows Imaging Format",
    "long_description": "wimlib is a library for creating, modifying, extracting, and mounting files in the Windows Imaging Format (WIM files). wimlib and its command-line frontend wimlib-imagex provide a free and cross-platform alternative to Microsoft's WIMGAPI, ImageX, and DISM.",
    "active": true,
    "categories": [
        "archivers"
    ],
    "maintainers": [
        {
            "name": "ryandesign",
            "github": "ryandesign",
            "ports_count": 1694
        }
    ],
    "variants": [
        "ntfs",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "pkgconfig",
                "clang-15"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "libxml2",
                "openssl"
            ]
        },
        {
            "type": "run",
            "ports": [
                "cdrtools",
                "cabextract",
                "mtools"
            ]
        }
    ],
    "depends_on": []
}