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

{
    "name": "cl-zpb-exif",
    "portdir": "lisp/cl-zpb-exif",
    "version": "20210117",
    "license": "BSD",
    "platforms": "any",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/xach/zpb-exif",
    "description": "Extract EXIF information from image files",
    "long_description": "Extract EXIF information from image files",
    "active": true,
    "categories": [
        "devel",
        "lisp"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "abcl",
                "ccl",
                "clisp",
                "sbcl",
                "clang-17"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "cl-pngload"
            ]
        }
    ]
}