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

{
    "name": "cl-opticl",
    "portdir": "lisp/cl-opticl",
    "version": "20220207",
    "license": "BSD",
    "platforms": "any",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/slyrus/opticl",
    "description": "An image processing library for Common Lisp",
    "long_description": "An image processing library for Common Lisp",
    "active": true,
    "categories": [
        "devel",
        "lisp"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "abcl",
                "ccl",
                "clisp",
                "sbcl",
                "clang-17"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "cl-opticl-core",
                "cl-png-read",
                "cl-pngload",
                "cl-alexandria",
                "cl-skippy",
                "cl-tga",
                "cl-retrospectiff",
                "cl-fiveam",
                "cl-markdown",
                "cl-zpng",
                "cl-jpeg"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "cl-pngload-test"
            ]
        }
    ]
}