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

{
    "name": "msp430-gcc",
    "portdir": "cross/msp430-gcc",
    "version": "4.6.3-20120406",
    "license": "GPL-3+",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://mspgcc.sourceforge.net/",
    "description": "The GNU compiler collection for msp430",
    "long_description": "The GNU compiler collection, including front ends for C, C++, Objective-C and Objective-C++ for cross development for msp430.",
    "active": true,
    "categories": [
        "devel",
        "cross"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-16",
                "gettext"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "gmp",
                "isl",
                "libmpc",
                "zlib",
                "libiconv",
                "mpfr",
                "msp430-binutils"
            ]
        },
        {
            "type": "run",
            "ports": [
                "msp430mcu"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "build",
            "ports": [
                "msp430-libc"
            ]
        }
    ]
}