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

{
    "name": "cl-documentation-utils",
    "portdir": "lisp/cl-documentation-utils",
    "version": "20230703",
    "license": "zlib",
    "platforms": "any",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/Shinmera/documentation-utils",
    "description": "A tiny logging library for Common Lisp",
    "long_description": "A tiny logging library for Common Lisp",
    "active": true,
    "categories": [
        "devel",
        "lisp"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "abcl",
                "ccl",
                "sbcl",
                "clang-17"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "cl-trivial-indent"
            ]
        },
        {
            "type": "test",
            "ports": [
                "cl-multilang-documentation"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "cl-float-features",
                "cl-parachute",
                "cl-atomics",
                "cl-form-fiddle",
                "cl-language-codes",
                "cl-mmap",
                "cl-multilang-documentation",
                "cl-plump",
                "cl-system-locale"
            ]
        }
    ]
}