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

{
    "name": "libxls",
    "portdir": "textproc/libxls",
    "version": "1.6.2",
    "license": "BSD",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/libxls/libxls",
    "description": "libxls is a C library which can read Excel (xls) files",
    "long_description": "Library for parsing Excel (XLS) files, with a sample program for converting Excel files into CSV.",
    "active": true,
    "categories": [
        "textproc"
    ],
    "maintainers": [
        {
            "name": "nicos",
            "github": "NicosPavlov",
            "ports_count": 16
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "autoconf",
                "autoconf-archive",
                "automake",
                "libtool",
                "clang-17"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "sc-im"
            ]
        }
    ]
}