Source: ocl-icd
Priority: extra
Maintainer: Vincent Danjean <vdanjean@debian.org>
Build-Depends: debhelper (>= 9.0.0), opencl-headers, ruby
Standards-Version: 3.9.3
Section: libs
Homepage: https://forge.imag.fr/projects/ocl-icd/
Vcs-Git: git://git.debian.org/collab-maint/ocl-icd.git
Vcs-Browser: http://git.debian.org/?p=collab-maint/ocl-icd.git;a=summary

Package: ocl-icd-libopencl1
Architecture: any
Pre-Depends: ${misc:Pre-Depends}, multiarch-support
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Conflicts: amd-libopencl1, amd-app, nvidia-libopencl1, nvidia-libopencl1-dev, libopencl1
Replaces: amd-libopencl1, amd-app, nvidia-libopencl1, nvidia-libopencl1-dev
Suggests: opencl-icd
Provides: libopencl1
Description: Generic OpenCL ICD Loader
 OpenCL (Open Computing Language) is a multivendor open standard for
 general-purpose parallel programming of heterogeneous systems that include
 CPUs, GPUs and other processors.
 .
 This package contains an installable client driver loader (ICD Loader)
 library that can be used to load any (free or non-free) installable client
 driver (ICD) for OpenCL. It acts as a demultiplexer so several ICD can
 be installed and used together.

Package: ocl-icd-dev
Section: libdevel
Architecture: any
Depends: ocl-icd-libopencl1 (= ${binary:Version}),  ${misc:Depends}
Description: Development files to build a ICD Loader
 OpenCL (Open Computing Language) is a multivendor open standard for
 general-purpose parallel programming of heterogeneous systems that include
 CPUs, GPUs and other processors.
 .
 This package provides a header file that allows a OpenCL implementation
 to build a installable client driver (ICD). With a ICD, an OpenCL
 implementation can be used by any OpenCL program without the need
 to link the program to the specific OpenCL implementation.
 .
 For building OpenCL applications, installs the opencl-headers package
 instead.
