mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 07:41:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			38 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			38 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "8.12.2",
 | 
						|
    "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.2/coq-8.12.2-installer-windows-x86_64.exe#/dl.7z",
 | 
						|
            "hash": "3d7e642aedbd65bf76efdbb2f495a3d7b23ba447c6afe96eff6418c6359a5341"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "pre_install": "Remove-Item \"$dir\\`$*\" -Recurse -Force",
 | 
						|
    "bin": [
 | 
						|
        "bin\\coqtop.exe",
 | 
						|
        "bin\\coqc.exe",
 | 
						|
        "bin\\coqchk.exe"
 | 
						|
    ],
 | 
						|
    "shortcuts": [
 | 
						|
        [
 | 
						|
            "bin\\coqide.exe",
 | 
						|
            "CoqIDE"
 | 
						|
        ]
 | 
						|
    ],
 | 
						|
    "env_set": {
 | 
						|
        "COQBIN": "bin"
 | 
						|
    },
 | 
						|
    "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"
 | 
						|
            }
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |