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

{
    "name": "creduce",
    "portdir": "devel/creduce",
    "version": "2.10.0",
    "license": "NCSA",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://embed.cs.utah.edu/creduce",
    "description": "Test-case reduction for C compiler bugs",
    "long_description": "C-Reduce is a tool that takes a large C, C++, or OpenCL file that has a property of interest (such as triggering a compiler bug) and automatically produces a much smaller C/C++ file that has the same property. It is intended for use by people who discover and report bugs in compilers and other tools that process source code.",
    "active": true,
    "categories": [
        "devel"
    ],
    "maintainers": [
        {
            "name": "larryv",
            "github": "larryv",
            "ports_count": 47
        }
    ],
    "variants": [
        "llvm90",
        "llvm11",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "llvm-9.0",
                "clang-9.0"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "clang-9.0",
                "perl5.34",
                "p5.34-exporter-lite",
                "zlib",
                "p5.34-getopt-tabular",
                "p5.34-regexp-common",
                "p5.34-term-readkey",
                "p5.34-file-which",
                "ncurses"
            ]
        }
    ],
    "depends_on": []
}