-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathldc.json
37 lines (37 loc) · 1.5 KB
/
ldc.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"version": "1.40.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.40.0/ldc2-1.40.0-windows-x64.7z",
"hash": "57acfce11e746719e23fbc0dc116782d14208edcb468793c0476134594befd9f",
"extract_dir": "ldc2-1.40.0-windows-x64"
},
"32bit": {
"url": "https://github.com/ldc-developers/ldc/releases/download/v1.40.0/ldc2-1.40.0-windows-x86.7z",
"hash": "33019e8e09a50e3b257d24e61b0bc7e338f81e6da60f1eb7ef6726d3e314e725",
"extract_dir": "ldc2-1.40.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"
}
}
}
}