19 lines
362 B
JSON
19 lines
362 B
JSON
{
|
|
"name": "opencl",
|
|
"version": "2024.10.24",
|
|
"description": "OpenCL SDK",
|
|
"homepage": "https://github.com/KhronosGroup/OpenCL-SDK",
|
|
"license": "Apache-2.0 AND (MIT OR WTFPL)",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|