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

{
    "name": "cl-wookie",
    "portdir": "lisp/cl-wookie",
    "version": "20230131",
    "license": "MIT",
    "platforms": "any",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/orthecreedence/wookie",
    "description": "Asynchronous HTTP server in common lisp",
    "long_description": "Asynchronous HTTP server in common lisp",
    "active": true,
    "categories": [
        "devel",
        "lisp"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "abcl",
                "ccl",
                "clisp",
                "sbcl",
                "clang-17"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "cl-fast-io",
                "cl-vom",
                "cl-quri",
                "cl-ppcre",
                "cl-blackbird",
                "cl-do-urlencode",
                "cl-fast-http",
                "cl-async",
                "cl-alexandria",
                "cl-chunga",
                "cl-babel",
                "cl-fad"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "cl-clack"
            ]
        },
        {
            "type": "test",
            "ports": [
                "cl-clack"
            ]
        }
    ]
}