-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathcoq.json
45 lines (45 loc) · 1.77 KB
/
coq.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": "2025.01.0",
"description": "A formal proof management system. It provides a formal language to write mathematical definitions, executable algorithms and theorems together with an environment for semi-interactive development of machine-checked proofs.",
"homepage": "https://coq.inria.fr/",
"license": {
"identifier": "Proprietary, LGPL-2.1-only, LGPL-3.0-or-later, MIT, GPL-2.0-only, BSD-2-Clause-FreeBSD, CECILL-C, BSD-3-Clause, CECILL-B, ...",
"url": "https://github.com/AbsInt/CompCert/blob/master/LICENSE"
},
"architecture": {
"64bit": {
"url": "https://github.com/coq/platform/releases/download/2025.01.0/Coq-Platform-release-2025.01.0-version.8.20.2025.01-Windows-x86_64.exe#/dl.7z",
"hash": "98ca86acc2d17fa66253be0120069083ecfc4628690911e640c3625329fc9480"
}
},
"pre_install": "Remove-Item \"$dir\\`$*\", \"$dir\\Uninstall*\" -Recurse -Force",
"bin": [
"bin\\coqtop.exe",
"bin\\coqc.exe",
"bin\\coqchk.exe",
"bin\\coqidetop.opt.exe"
],
"shortcuts": [
[
"bin\\coqide.exe",
"CoqIDE",
"",
"bin\\coq.ico"
]
],
"env_set": {
"COQBIN": "$dir\\bin"
},
"checkver": {
"url": "https://api.github.com/repositories/212040108/releases/latest",
"regex": "Coq-Platform-release-([\\d.]+)-version.(?<coqver>[\\d.]+)-Windows-x86_64.exe",
"reverse": true
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/coq/platform/releases/download/$version/Coq-Platform-release-$version-version.$matchCoqver-Windows-x86_64.exe#/dl.7z"
}
}
}
}