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

{
    "name": "cdecl",
    "portdir": "devel/cdecl",
    "version": "14.2",
    "license": "GPL-3",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/paul-j-lucas/cdecl",
    "description": "Composing and deciphering C (or C++) type declarations or casts.",
    "long_description": "cdecl (see-deh-kull) is a program for composing and deciphering C (or C++) type declarations or casts, a.k.a. \"gibberish.\" It can be used interactively on a terminal or accept input from either the command line or standard input.",
    "active": true,
    "categories": [
        "devel"
    ],
    "maintainers": [
        {
            "name": "paul",
            "github": "",
            "ports_count": 1
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "autoconf",
                "automake",
                "libtool",
                "clang-15"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "ncurses",
                "readline"
            ]
        }
    ],
    "depends_on": []
}