GET /api/v1/ports/qoi/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "name": "qoi",
    "portdir": "graphics/qoi",
    "version": "20230616",
    "license": "MIT",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://qoiformat.org/",
    "description": "The “Quite OK Image Format” for fast, lossless image compression.",
    "long_description": "The “Quite OK Image Format” for fast, lossless image compression. It losslessly compresses images to a similar size of PNG, while offering 20x-50x faster encoding and 3x-4x faster decoding. The reference en-/decoder fits in about 300 lines of C.",
    "active": true,
    "categories": [
        "graphics"
    ],
    "maintainers": [],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "libpng",
                "stb",
                "clang-15"
            ]
        }
    ],
    "depends_on": []
}