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

{
    "name": "cl-fast-http",
    "portdir": "lisp/cl-fast-http",
    "version": "20231128",
    "license": "MIT",
    "platforms": "any",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/fukamachi/fast-http",
    "description": "A fast HTTP request/response parser for Common Lisp.",
    "long_description": "A fast HTTP request/response parser for Common Lisp.",
    "active": true,
    "categories": [
        "devel",
        "lisp"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "abcl",
                "ccl",
                "clisp",
                "sbcl",
                "clang-17"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "cl-syntax",
                "cl-utilities",
                "cl-alexandria",
                "cl-smart-buffer",
                "cl-xsubseq",
                "cl-log4cl",
                "cl-babel",
                "cl-interpol",
                "cl-proc-parse",
                "cl-prove"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "cl-dexador",
                "cl-http-body",
                "cl-wookie"
            ]
        }
    ]
}