Using Conan to install packages directly from GitHub
问题 Following this feature request, there are some Conan packages hosted on Bincrafters GitHub organization: Conan package for OpenCL Headers Conan package for Khronos OpenCL CLHPP Conan package for OpenCL ICD Loader I tried searching them on the command line with conan search <packageName> using different queries with no avail. I'm not sure how Conan package manager works. With HomeBrew one could tap different repositories or with pip directly install from a GitHub repository. I would appreciate