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

{
    "name": "cl-clsql",
    "portdir": "lisp/cl-clsql",
    "version": "6.7.0",
    "license": "MIT",
    "platforms": "any",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://clsql.kpe.io",
    "description": "A multi-platform SQL interface for Common Lisp",
    "long_description": "A multi-platform SQL interface for Common Lisp",
    "active": true,
    "categories": [
        "devel",
        "lisp"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "ccl",
                "sbcl",
                "clang-17",
                "abcl",
                "clisp"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "cl-postgres",
                "cl-uffi"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "cl-syntax"
            ]
        }
    ]
}