{
    "version": "1.36.0",
    "description": "LDC is LLVM based D-language compiler",
    "homepage": "https://dlang.org/",
    "license": {
        "identifier": "BSD-3-Clause,BSL-1.0,NCSA,MIT,GPL-2.0-or-later",
        "url": "https://github.com/ldc-developers/ldc/blob/master/LICENSE"
    },
    "architecture": {
        "64bit": {
            "url": "https://github.com/ldc-developers/ldc/releases/download/v1.36.0/ldc2-1.36.0-windows-x64.7z",
            "hash": "8b85ab249dca10759609ee323e10ec5358d461156d13019f2559d5343eabfdfa",
            "extract_dir": "ldc2-1.36.0-windows-x64"
        },
        "32bit": {
            "url": "https://github.com/ldc-developers/ldc/releases/download/v1.36.0/ldc2-1.36.0-windows-x86.7z",
            "hash": "3b35c0a477b52bbdb2f5fa7cd79ec07bfb4d0fec371e41b272ea9827ecfba95d",
            "extract_dir": "ldc2-1.36.0-windows-x86"
        }
    },
    "env_add_path": "bin",
    "checkver": {
        "github": "https://github.com/ldc-developers/ldc"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/ldc-developers/ldc/releases/download/v$version/ldc2-$version-windows-x64.7z",
                "extract_dir": "ldc2-$version-windows-x64"
            },
            "32bit": {
                "url": "https://github.com/ldc-developers/ldc/releases/download/v$version/ldc2-$version-windows-x86.7z",
                "extract_dir": "ldc2-$version-windows-x86"
            }
        }
    }
}
