Pkg version for OpenCL

Hello, there is a version of OpenCL which is compatible with Julia version > 0.7.0 (i.e. 1.0.0, and 1.1.0).

Where is the version that the package manager install specified? Or would anyone be able to give a brief explanation on which version is pulled by Pkg, etc?

Pkg now only get those earlier versions, where there are syntax changes that breaks it.

I just realized, that we never tagged a new version for OpenCL for Julia 1.0.
I just created a new tag, so once this is merged, you should be able to install it via ]add OpenCL.
Meanwhile, you can install it via ]add OpenCL#master