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

{
    "name": "cl-fad",
    "portdir": "lisp/cl-fad",
    "version": "0.7.6",
    "license": "BSD",
    "platforms": "any",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/edicl/cl-fad",
    "description": "Portable pathname library for Common Lisp",
    "long_description": "Portable pathname library for Common Lisp",
    "active": true,
    "categories": [
        "devel",
        "lisp"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "ccl",
                "sbcl",
                "clang-17",
                "abcl",
                "clisp"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "cl-bordeaux-threads",
                "cl-alexandria"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "cl-hunchentoot",
                "cl-montezuma",
                "cl-toot",
                "cl-wookie"
            ]
        }
    ]
}