{"library":"opencl","install":[{"cmd":"vcpkg install opencl","imports":["#include <CL/cl.h>"]},{"cmd":"# CMakeLists.txt\nfind_package(opencl CONFIG REQUIRED)\ntarget_link_libraries(main PRIVATE OpenCL::OpenCL)","imports":[]}]}