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

{
    "name": "upc",
    "portdir": "lang/upc",
    "version": "5.2.0.1",
    "license": "GPL-3",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://www.gccupc.org/",
    "description": "Unified Parallel C",
    "long_description": "The GCC UPC toolset provides a compilation and execution environment for programs written in the UPC (Unified Parallel C) language.",
    "active": true,
    "categories": [
        "science",
        "lang",
        "parallel"
    ],
    "maintainers": [
        {
            "name": "takeshi",
            "github": "tenomoto",
            "ports_count": 54
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "cctools",
                "gdb",
                "clang-17"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "libmpc",
                "mpfr",
                "gmp",
                "libiconv",
                "libgcc",
                "isl14",
                "ld64"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "berkeley_upc"
            ]
        }
    ]
}