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

{
    "name": "dfu-programmer",
    "portdir": "cross/dfu-programmer",
    "version": "0.7.2",
    "license": "GPL-2",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://dfu-programmer.github.io",
    "description": "dfu-programmer is a Device Firmware Update based USB programmer for Atmel chips with a USB bootloader.",
    "long_description": "dfu-programmer is an implementation of the Device Firmware Upgrade class USB driver that enables firmware upgrades for various USB enabled (with the correct bootloader) Atmel chips. This program was created because the Atmel FLIP program for flashing devices does not support flashing via USB on Linux, and because standard DFU loaders do not work for Atmel's chips.",
    "active": true,
    "categories": [
        "devel",
        "cross"
    ],
    "maintainers": [],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "autoconf",
                "automake",
                "libtool",
                "pkgconfig",
                "clang-9.0"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "libusb"
            ]
        }
    ],
    "depends_on": []
}