2022-07-20 20:29:47 +00:00

38 lines
1.5 KiB
JSON

{
"version": "1.30.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.30.0/ldc2-1.30.0-windows-x64.7z",
"hash": "11af13c47d3f5bf9f445aa5a7e35016cfd08567d01949499469a358ebf6a1be7",
"extract_dir": "ldc2-1.30.0-windows-x64"
},
"32bit": {
"url": "https://github.com/ldc-developers/ldc/releases/download/v1.30.0/ldc2-1.30.0-windows-x86.7z",
"hash": "55bae266af20f937406d14823e6f55061ac189bd77dbe2bed1478274baa8392f",
"extract_dir": "ldc2-1.30.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"
}
}
}
}