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

{
    "name": "cl-fast-io",
    "portdir": "lisp/cl-fast-io",
    "version": "20220807",
    "license": "MIT",
    "platforms": "any",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/rpav/fast-io",
    "description": "Fast octet-vector/stream I/O for Common Lisp",
    "long_description": "Fast octet-vector/stream I/O for Common Lisp",
    "active": true,
    "categories": [
        "devel",
        "lisp"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "abcl",
                "ccl",
                "sbcl",
                "clang-17"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "cl-alexandria",
                "cl-static-vectors",
                "cl-fiveam",
                "cl-trivial-gray-streams",
                "cl-checkl"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "cl-async",
                "cl-circular-streams",
                "cl-dexador",
                "cl-jonathan",
                "cl-wookie"
            ]
        }
    ]
}