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

{
    "name": "libcaca-devel",
    "portdir": "graphics/libcaca",
    "version": "20211207",
    "license": "WTFPL-2 and LGPL-2+",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://caca.zoy.org/wiki/libcaca",
    "description": "Colour AsCii Art library",
    "long_description": "The libcaca library is a graphics library that outputs text instead of pixels, so that it can work on older video cards or text terminals. It is not unlike the famous AAlib library. libcaca-devel provides the libcaca GIT master branch and is typically updated monthly.",
    "active": true,
    "categories": [
        "graphics"
    ],
    "maintainers": [],
    "variants": [
        "x11",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "automake",
                "pkgconfig",
                "clang-9.0",
                "autoconf",
                "libtool"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "ncurses",
                "zlib"
            ]
        }
    ],
    "depends_on": []
}