2022-05-06 04:30:49 +00:00

18 lines
687 B
JSON

{
"version": "1.18.0",
"description": "Intel® Implicit SPMD (Single Program Multiple Data) Compiler",
"homepage": "https://ispc.github.io/",
"license": "BSD-3-Clause",
"url": "https://github.com/ispc/ispc/releases/download/v1.18.0/ispc-v1.18.0-windows.zip",
"hash": "9210bb2d9d3711367faccb37acf49966696132560b565471c1c6121f4924a17e",
"extract_dir": "ispc-v1.18.0-windows\\bin",
"bin": "ispc.exe",
"checkver": {
"github": "https://github.com/ispc/ispc"
},
"autoupdate": {
"url": "https://github.com/ispc/ispc/releases/download/v$version/ispc-v$version-windows.zip",
"extract_dir": "ispc-v$version-windows\\bin"
}
}