2024-08-29 16:30:19 +00:00

28 lines
843 B
JSON

{
"version": "4.8.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.8.0/dafny-4.8.0-x64-windows-2019.zip",
"hash": "4f8de2f20ebbc03dd80684326f2de41c93b0fc2c5c9174ba92388a73a2b2859f",
"extract_dir": "dafny"
}
},
"bin": [
"Dafny.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"
}
}
}
}