{ "version": "1.35.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.35.0/ldc2-1.35.0-windows-x64.7z", "hash": "ca8c6ea65943572689ccca2e891d4721d7f87153bea8651ff98cc169e519ac70", "extract_dir": "ldc2-1.35.0-windows-x64" }, "32bit": { "url": "https://github.com/ldc-developers/ldc/releases/download/v1.35.0/ldc2-1.35.0-windows-x86.7z", "hash": "c5c28657f3ec9ddf351e5132f47d9cc42d4d42862e520046170bc8587438865f", "extract_dir": "ldc2-1.35.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" } } } }