GET /api/v1/ports/msp430-gdb/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "msp430-gdb",
"portdir": "cross/msp430-gdb",
"version": "7.2a-20111205",
"license": "GPL-3+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.gnu.org/software/gdb/gdb.html",
"description": "GDB for the MSP430 processors",
"long_description": "msp430-gdb is a version of the GNU Debugger that through the mspdebug program can be used to debug code for the MSP430 processors.",
"active": true,
"categories": [
"cross"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
},
{
"type": "run",
"ports": [
"mspdebug"
]
}
],
"depends_on": []
}