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

{
    "name": "stlink",
    "portdir": "cross/stlink",
    "version": "1.7.0",
    "license": "BSD",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/stlink-org/stlink",
    "description": "Stlink Tools Texane",
    "long_description": "Open source version of the STMicroelectronics Stlink Tools. Provides the following tools: st-flash, st-info, st-term, st-util.",
    "active": true,
    "categories": [
        "devel",
        "cross"
    ],
    "maintainers": [
        {
            "name": "chenguokai17",
            "github": "chenguokai",
            "ports_count": 6
        }
    ],
    "variants": [
        "debug",
        "gui",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "cmake",
                "clang-13"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "libusb",
                "pkgconfig"
            ]
        }
    ],
    "depends_on": []
}