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

{
    "name": "gputils",
    "portdir": "devel/gputils",
    "version": "1.5.0",
    "license": "GPL-2+",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://gputils.sourceforge.net/",
    "description": "GNU PIC Utilities",
    "long_description": "GPUTILS is a collection of tools for the Microchip (TM) PIC microcontrollers. It includes gpasm, gplink, and gplib.",
    "active": true,
    "categories": [
        "devel"
    ],
    "maintainers": [],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-9.0"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "build",
            "ports": [
                "gpsim",
                "sdcc29",
                "sdcc"
            ]
        },
        {
            "type": "run",
            "ports": [
                "sdcc29",
                "sdcc"
            ]
        }
    ]
}