2024-12-23 12:32:35 +00:00

28 lines
843 B
JSON

{
"version": "4.9.1",
"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.1/dafny-4.9.1-x64-windows-2019.zip",
"hash": "42d2e013c18bb73c4dea3eab42dc91240991e70295d247e314021b4baddb43c8",
"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"
}
}
}
}