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

{
    "name": "cl-sqlite",
    "portdir": "lisp/cl-sqlite",
    "version": "0.2.1",
    "license": "public-domain",
    "platforms": "any",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/TeMPOraL/cl-sqlite",
    "description": "Common Lisp binding for SQLite",
    "long_description": "Common Lisp binding for SQLite",
    "active": true,
    "categories": [
        "devel",
        "lisp"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-17",
                "abcl",
                "ccl",
                "clisp",
                "sbcl"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "sqlite3",
                "cl-bordeaux-threads",
                "cl-fiveam",
                "cl-cffi",
                "cl-iterate"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "cl-dbi",
                "cl-lack"
            ]
        }
    ]
}