zeek/auxil/vcpkg/ports/opencl/vcpkg.json
Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

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
}
]
}