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

{
    "name": "binwalk",
    "portdir": "cross/binwalk",
    "version": "3.1.0",
    "license": "MIT",
    "platforms": "{darwin >= 17}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/ReFirmLabs/binwalk",
    "description": "firmware analyzing and reverse engineering tool",
    "long_description": "binwalk is a fast, easy to use tool for analyzing, reverse engineering, and extracting firmware images. Version 3 is re-written in Rust for speed and accuracy.",
    "active": true,
    "categories": [
        "cross"
    ],
    "maintainers": [
        {
            "name": "i0ntempest",
            "github": "i0ntempest",
            "ports_count": 223
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "cargo",
                "legacy-support",
                "rust",
                "clang-17"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "libunwind",
                "libiconv"
            ]
        }
    ],
    "depends_on": []
}