2020-07-27 21:51:18 +02:00

45 lines
1.6 KiB
JSON

{
"version": "8.12.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/coq/releases/download/V8.12.0/coq-8.12.0-installer-windows-x86_64.exe#/dl.7z",
"hash": "e957be5a013669215639e34f954727824f385b785d0e2a8bdf08a6078c26c1a6"
},
"32bit": {
"url": "https://github.com/coq/coq/releases/download/V8.12.0/coq-8.12.0-installer-windows-i686.exe#/dl.7z",
"hash": "519b17b4c9bd893cf27b9228dd8359a104ba10159a4a8f90c55a33632776a3d9"
}
},
"bin": [
"bin\\coqtop.exe",
"bin\\coqc.exe",
"bin\\coqchk.exe"
],
"env_set": {
"COQBIN": "bin"
},
"shortcuts": [
[
"bin\\coqide.exe",
"CoqIDE"
]
],
"post_install": "Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\Uninstall.exe.nsis\" -Recurse -Force",
"checkver": {
"github": "https://github.com/coq/coq"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/coq/coq/releases/download/V$version/coq-$version-installer-windows-x86_64.exe#/dl.7z"
},
"32bit": {
"url": "https://github.com/coq/coq/releases/download/V$version/coq-$version-installer-windows-i686.exe#/dl.7z"
}
}
}
}