2024-10-31 04:30:22 +00:00

28 lines
843 B
JSON

{
"version": "4.9.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.9.0/dafny-4.9.0-x64-windows-2019.zip",
"hash": "c02aa642d9a37b5c1440c8c3fae9f6285ee0fbcd0088572fb513fb51ef1506f6",
"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"
}
}
}
}