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

{
    "name": "Arduino",
    "portdir": "devel/Arduino",
    "version": "1.8.19",
    "license": "GPL-2",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://www.arduino.cc/",
    "description": "Arduino Software (IDE) makes it easy to write code and upload it to the board.",
    "long_description": "Arduino is an open-source electronics platform based on easy-to-use hardware and software. It's intended for anyone making interactive projects. The Arduino IDE runs on Windows, Mac OS X, and Linux. The environment is written in Java and based on Processing and other open-source software. This software can be used with any Arduino board.",
    "active": true,
    "categories": [
        "devel",
        "lang",
        "java",
        "electronics"
    ],
    "maintainers": [
        {
            "name": "giansalvo.gusinu",
            "github": "giansalvo",
            "ports_count": 2
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-17"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "apache-ant",
                "openjdk8"
            ]
        }
    ],
    "depends_on": []
}