{ "version": "1.27.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.27.0/ldc2-1.27.0-windows-x64.7z", "hash": "a57cb73f4871b0ecccfe0ad489d432c728f249109ccf4a67aaa9602c8e1cf91d", "extract_dir": "ldc2-1.27.0-windows-x64" }, "32bit": { "url": "https://github.com/ldc-developers/ldc/releases/download/v1.27.0/ldc2-1.27.0-windows-x86.7z", "hash": "11fda9b2759c90298856a32dabf5b7fd4bee4967f78f9b7b4f17f746b2ece946", "extract_dir": "ldc2-1.27.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" } } } }