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

{
    "name": "libzsv",
    "portdir": "textproc/zsv",
    "version": "0.3.8-alpha",
    "license": "MIT",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/liquidaty/zsv",
    "description": "(Library) zsv: world's fastest (simd) CSV parser, with an extensible CLI",
    "long_description": "(Library) zsv is a fast CSV parser library and extensible command-line utility. It achieves high performance using SIMD operations, efficient memory use and other optimization techniques.",
    "active": true,
    "categories": [
        "textproc"
    ],
    "maintainers": [
        {
            "name": "herby.gillot",
            "github": "herbygillot",
            "ports_count": 988
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "realpath",
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "ncurses",
                "jq"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "zsv"
            ]
        }
    ]
}