mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 07:41:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			34 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			34 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "homepage": "http://www.sbcl.org/",
 | 
						|
    "description": "A high performance Common Lisp compiler.",
 | 
						|
    "version": "2.0.0",
 | 
						|
    "license": {
 | 
						|
        "identifier": "BSD-3-Clause,MIT,Public Domain",
 | 
						|
        "url": "https://sourceforge.net/p/sbcl/sbcl/ci/master/tree/COPYING"
 | 
						|
    },
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://downloads.sourceforge.net/project/sbcl/sbcl/2.0.0/sbcl-2.0.0-x86-64-windows-binary.msi",
 | 
						|
            "hash": "sha1:84cabea2267dba00058c24c0b62e865cb5e718b0",
 | 
						|
            "extract_dir": "PFiles\\Steel Bank Common Lisp\\2.0.0"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "env_set": {
 | 
						|
        "SBCL_HOME": "$dir"
 | 
						|
    },
 | 
						|
    "bin": "sbcl.exe",
 | 
						|
    "checkver": {
 | 
						|
        "url": "http://www.sbcl.org/platform-table.html",
 | 
						|
        "re": "sbcl-([\\d.]+)-x86-64-windows"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://downloads.sourceforge.net/project/sbcl/sbcl/$version/sbcl-$version-x86-64-windows-binary.msi",
 | 
						|
                "extract_dir": "PFiles\\Steel Bank Common Lisp\\$version"
 | 
						|
            }
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "notes": "Please restart your command line for SBCL_HOME to take effect. Please consider installing http://www.quicklisp.org/"
 | 
						|
}
 |