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

{
    "name": "epeg",
    "portdir": "graphics/epeg",
    "version": "0.9.0",
    "license": "Permissive",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://www.enlightenment.org",
    "description": "An IMMENSELY FAST JPEG thumbnailer library API.",
    "long_description": "Its a convenience library API to using libjpeg to load JPEG images destined to be turned into thumbnails of the original, saving information with these thumbnails, retreiving it and managing to load the image ready for scaling with the minimum of fuss and CPU overhead.",
    "active": true,
    "categories": [
        "graphics",
        "x11"
    ],
    "maintainers": [],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-9.0"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "libjpeg-turbo"
            ]
        }
    ],
    "depends_on": []
}