2023-07-24 00:33:07 +00:00

38 lines
1.5 KiB
JSON

{
"version": "1.33.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.33.0/ldc2-1.33.0-windows-x64.7z",
"hash": "1f5e1ad44b86ef320fd7ea2499c3cd8bb424999e59c1d14915141fdbca1b251b",
"extract_dir": "ldc2-1.33.0-windows-x64"
},
"32bit": {
"url": "https://github.com/ldc-developers/ldc/releases/download/v1.33.0/ldc2-1.33.0-windows-x86.7z",
"hash": "88671ce93c81a19b13a493ecc01cc8a44730616f20dc5de41e54c58e7d5a9698",
"extract_dir": "ldc2-1.33.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"
}
}
}
}