2021-06-04 05:41:25 -07:00

21 lines
740 B
JSON

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