mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			45 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			45 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "homepage": "https://coq.inria.fr/",
 | 
						|
    "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.",
 | 
						|
    "version": "8.11.0",
 | 
						|
    "license": "LGPL-2.1-only",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://github.com/coq/coq/releases/download/V8.11.0/coq-8.11.0-installer-windows-x86_64.exe#/dl.7z",
 | 
						|
            "hash": "db1479c0ec4f56441b06406d57bbe1761ee1e23b424f586c95a380caea39b456"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://github.com/coq/coq/releases/download/V8.11.0/coq-8.11.0-installer-windows-i686.exe#/dl.7z",
 | 
						|
            "hash": "5e887de81be927077c12f0ef8cabf057c9efad001d4f965dc671cfa9453a0323"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "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"
 | 
						|
            }
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |