{
    "version": "6.0.0",
    "description": "Free and open-source analyzer, compiler, simulator and (experimental) synthesizer for VHDL",
    "homepage": "https://github.com/ghdl/ghdl/",
    "license": "GPL-2.0-or-later",
    "architecture": {
        "64bit": {
            "url": "https://github.com/ghdl/ghdl/releases/download/v6.0.0/ghdl-mcode-6.0.0-ucrt64.zip",
            "hash": "76e160ceec35834c73ada6e4e484416d13aed4b64cbc7c74c5cca53a7ef60e41"
        }
    },
    "bin": [
        "bin\\ghdl.exe",
        "bin\\ghwdump.exe"
    ],
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/ghdl/ghdl/releases/download/v$version/ghdl-mcode-$version-ucrt64.zip"
            }
        }
    }
}
