2025-03-20 16:30:31 +00:00

38 lines
1.5 KiB
JSON

{
"version": "1.40.1",
"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.40.1/ldc2-1.40.1-windows-x64.7z",
"hash": "6f3333e6c8b5650be0af67795b000d6ea588ccfecda987986c795ec4bd175e85",
"extract_dir": "ldc2-1.40.1-windows-x64"
},
"32bit": {
"url": "https://github.com/ldc-developers/ldc/releases/download/v1.40.1/ldc2-1.40.1-windows-x86.7z",
"hash": "73ee2bab5655761addfe7fcd357f173d0ae56ada5be68a8706e78daf99a81acf",
"extract_dir": "ldc2-1.40.1-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"
}
}
}
}