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

{
    "name": "omnicompiler",
    "portdir": "lang/omnicompiler",
    "version": "1.3.1",
    "license": "LGPL-2.1",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://omni-compiler.org",
    "description": "code transformation compilers for C, Fortran and OpenACC",
    "long_description": "Omni compiler is a collection of programs and libraries that allow users to build code transformation compilers. Omni Compiler is to translate C and Fortran programs with XcalableMP and/or OpenACC directives into parallel code suitable for compiling with a native compiler linked with the Omni Compiler runtime library.",
    "active": true,
    "categories": [
        "devel",
        "lang",
        "parallel"
    ],
    "maintainers": [
        {
            "name": "takeshi",
            "github": "tenomoto",
            "ports_count": 54
        }
    ],
    "variants": [
        "gcc10",
        "gcc7",
        "gcc9",
        "mpich",
        "openmpi",
        "coarray"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "coreutils",
                "apache-ant",
                "bison",
                "flex",
                "gcc7",
                "clang-9.0",
                "base64"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "gmp",
                "vecLibFort",
                "libgcc7",
                "libgcc",
                "mpich-gcc7",
                "libxml2",
                "uchardet"
            ]
        }
    ],
    "depends_on": []
}