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

{
    "name": "msp430mcu",
    "portdir": "cross/msp430mcu",
    "version": "20120406",
    "license": "GPL-3+",
    "platforms": "any",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://mspgcc.sourceforge.net/",
    "description": "Device capabilites database for MSP430 toolchain",
    "long_description": "Device capabilites database for MSP430 toolchain",
    "active": true,
    "categories": [
        "devel",
        "cross"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-16"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "msp430-libc"
            ]
        },
        {
            "type": "run",
            "ports": [
                "msp430-gcc"
            ]
        }
    ]
}