mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 23:01:19 +00:00
51 lines
2.2 KiB
JSON
51 lines
2.2 KiB
JSON
{
|
|
"version": "2022.04.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/2022.04.0/Coq-Platform-release-2022.04.0-version_8.15_2022.04-windows-x86_64_signed.exe#/dl.7z",
|
|
"hash": "3cc33e94737b912219d0a0492cc4eafdfeac0637669730fca7930901422b8143"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/coq/platform/releases/download/2022.04.0/Coq-Platform-release-2022.04.0-version_8.15_2022.04-windows-i686_signed.exe#/dl.7z",
|
|
"hash": "eda6faa6080daffb12e52bda475b18360f9b611972b0bdb8800875928c1b3f09"
|
|
}
|
|
},
|
|
"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"
|
|
]
|
|
],
|
|
"env_set": {
|
|
"COQBIN": "bin"
|
|
},
|
|
"checkver": {
|
|
"url": "https://github.com/coq/platform/releases",
|
|
"regex": "Coq-Platform-release-([\\d.]+)-version_(?<coqver>[\\d.]+)_[\\d.]+-windows-x86_64_signed.exe",
|
|
"reverse": true
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/coq/platform/releases/download/$version/Coq-Platform-release-$version-version_$matchCoqver_$majorVersion.$minorVersion-windows-x86_64_signed.exe#/dl.7z"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/coq/platform/releases/download/$version/Coq-Platform-release-$version-version_$matchCoqver_$majorVersion.$minorVersion-windows-i686_signed.exe#/dl.7z"
|
|
}
|
|
}
|
|
}
|
|
}
|