{ "version": "4.0.0", "description": "A programming language with a program verifier", "homepage": "https://dafny-lang.github.io/dafny/", "license": "MIT", "architecture": { "64bit": { "url": "https://github.com/dafny-lang/dafny/releases/download/v4.0.0/dafny-4.0.0-x64-windows-2019.zip", "hash": "87169bb7355ca7834ce2942c3adc11b0f94f3ddb35307e01389ab90f09cf9b27", "extract_dir": "dafny" } }, "bin": [ "Dafny.exe", "DafnyLanguageServer.exe", "DafnyServer.exe" ], "checkver": { "github": "https://github.com/dafny-lang/dafny" }, "autoupdate": { "architecture": { "64bit": { "url": "https://github.com/dafny-lang/dafny/releases/download/v$version/dafny-$version-x64-windows-2019.zip" } } } }