2024-06-27 00:34:10 +00:00

28 lines
843 B
JSON

{
"version": "4.7.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.7.0/dafny-4.7.0-x64-windows-2019.zip",
"hash": "4c593c526065dadd60ac62f1218bc572acbdf6fd6a2295e7f12ae7dea5ddc2da",
"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"
}
}
}
}