mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-10-31 13:51:18 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			44 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			44 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|     "version": "3.1.2b",
 | |
|     "description": "A Common Lisp development environment integrated with Windows.",
 | |
|     "homepage": "https://github.com/sharplispers/cormanlisp",
 | |
|     "license": "MIT",
 | |
|     "notes": "Please restart your command line for CORMANLISP_HOME to take effect. Consider installing <https://www.quicklisp.org/>.",
 | |
|     "suggest": {
 | |
|         "vcredist": "extras/vcredist2022"
 | |
|     },
 | |
|     "url": "https://github.com/sharplispers/cormanlisp/releases/download/v3.1.2b/CormanLisp-3.1.2b.zip",
 | |
|     "hash": "8bf722bd919a69ff743e2ae6448fcb3ccbc8be8b3ef746e6acc5cdcb1853ea95",
 | |
|     "extract_dir": "Corman Lisp",
 | |
|     "bin": [
 | |
|         "clconsole.exe",
 | |
|         "clconsoleapp.exe"
 | |
|     ],
 | |
|     "shortcuts": [
 | |
|         [
 | |
|             "CormanLisp.exe",
 | |
|             "Corman Lisp IDE"
 | |
|         ],
 | |
|         [
 | |
|             "documentation\\CormanLisp.pdf",
 | |
|             "Corman Lisp Manual"
 | |
|         ],
 | |
|         [
 | |
|             "clconsole.exe",
 | |
|             "Corman Lisp REPL",
 | |
|             "",
 | |
|             "CormanLisp.exe"
 | |
|         ]
 | |
|     ],
 | |
|     "env_set": {
 | |
|         "CORMANLISP_HOME": "$dir"
 | |
|     },
 | |
|     "checkver": {
 | |
|         "github": "https://github.com/sharplispers/cormanlisp",
 | |
|         "regex": "download/v([\\w.]+)"
 | |
|     },
 | |
|     "autoupdate": {
 | |
|         "url": "https://github.com/sharplispers/cormanlisp/releases/download/v$version/CormanLisp-$version.zip"
 | |
|     }
 | |
| }
 | 
