-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathccl.json
45 lines (45 loc) · 1.24 KB
/
ccl.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
38
39
40
41
42
43
44
45
{
"version": "1.13",
"description": "Clozure Common Lisp",
"homepage": "https://ccl.clozure.com/",
"license": "Apache-2.0",
"url": "https://github.com/Clozure/ccl/releases/download/v1.13/ccl-1.13-windowsx86.zip",
"hash": "1ee7438ec648c3f577ea9f1216f57b130dab68e38fbd87a1a86d557f548a284a",
"extract_dir": "ccl",
"architecture": {
"64bit": {
"bin": [
"wx86cl.exe",
"wx86cl64.exe",
[
"wx86cl.exe",
"ccl32"
],
[
"wx86cl64.exe",
"ccl"
]
]
},
"32bit": {
"bin": [
"wx86cl.exe",
"wx86cl64.exe",
[
"wx86cl.exe",
"ccl"
],
[
"wx86cl64.exe",
"ccl64"
]
]
}
},
"checkver": {
"github": "https://github.com/Clozure/ccl"
},
"autoupdate": {
"url": "https://github.com/Clozure/ccl/releases/download/v$version/ccl-$version-windowsx86.zip"
}
}