tech189 db373f5f76
coq: Update to version 2022.01.0 (#3388)
* coq: update to version 2022.01.0

* coq: remove checkver
2022-03-16 09:30:15 +05:30

33 lines
1.2 KiB
JSON

{
"version": "2022.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": "LGPL-2.1-only",
"architecture": {
"64bit": {
"url": "https://github.com/coq/platform/releases/download/2022.01.0/Coq-Platform-8.14.2022.01-installer-windows-x86_64_signed.exe#/dl.7z",
"hash": "3e1951f604398b569403eb0f4c0ae6623eb7073e632228609af1ef86c589a31c"
},
"32bit": {
"url": "https://github.com/coq/platform/releases/download/2022.01.0/Coq-Platform-8.14.2022.01-installer-windows-i686_signed.exe#/dl.7z",
"hash": "d45a07422c3ca017142515e8cef7c995c280ebb107326398ccae02aac31d563e"
}
},
"pre_install": "Remove-Item \"$dir\\`$*\" -Recurse -Force",
"bin": [
"bin\\coqtop.exe",
"bin\\coqc.exe",
"bin\\coqchk.exe",
"bin\\coqidetop.opt.exe"
],
"shortcuts": [
[
"bin\\coqide.exe",
"CoqIDE"
]
],
"env_set": {
"COQBIN": "bin"
}
}