2019-10-11 11:00:18 +00:00

21 lines
740 B
JSON

{
"version": "2.088.1",
"description": "D is a general-purpose programming language with static typing, systems-level access, and C-like syntax",
"url": "http://downloads.dlang.org/releases/2.x/2.088.1/dmd.2.088.1.windows.7z",
"hash": "2cfb6d5100bf9264c0253e4fd1be5071b50389b4bbcda867e94f1fc1d1e08da2",
"license": "BSL-1.0",
"extract_dir": "dmd2",
"bin": [
"windows\\bin\\dmd.exe",
"windows\\bin\\dub.exe"
],
"homepage": "https://dlang.org/",
"checkver": {
"url": "http://downloads.dlang.org/releases/LATEST",
"regex": "([\\d.]+)"
},
"autoupdate": {
"url": "http://downloads.dlang.org/releases/$majorVersion.x/$version/dmd.$version.windows.7z"
}
}