{ "version": "2021.02.1", "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/2021.02.1/coq-platform-2021.02.1-installer-windows-x86_64.exe#/dl.7z", "hash": "96941bd0c1096813fb6832088cc0950b3f65acd0e3ed97deca412df8768e10d2" }, "32bit": { "url": "https://github.com/coq/platform/releases/download/2021.02.1/coq-platform-2021.02.1-installer-windows-i686.exe#/dl.7z", "hash": "1c6c8a23865bba588814e95f8ac4e9a7c20e2fd80b67e0648e2e1479e0391793" } }, "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" }, "checkver": { "github": "https://github.com/coq/platform" } }