Source: onetbb-dmo
Section: libs
Maintainer: Christian Marillat <marillat@deb-multimedia.org>
Bugs: mailto:marillat@deb-multimedia.org
Homepage: https://uxlfoundation.github.io/oneTBB/
Standards-Version: 4.7.4
Build-Depends: debhelper-compat (= 14), cmake, ninja-build,

Package: libtbb12
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends},
Description: oneAPI Threading Building Blocks - shared libraries
 A flexible C++ library that simplifies the work of adding parallelism to
 complex applications, even if you are not a threading expert.
 .
 The library lets you easily write parallel programs that take full
 advantage of the multi-core performance. Such programs are portable,
 composable and have a future-proof scalability. oneTBB provides you with
 functions, interfaces, and classes to parallelize and scale the code. All
 you have to do is to use the templates.
 .
 The library differs from typical threading packages in the following ways:
 .
  *  oneTBB enables you to specify logical parallelism instead of threads.
  *  oneTBB targets threading for performance.
  *  oneTBB is compatible with other threading packages.
  *  oneTBB emphasizes scalable, data parallel programming.
  *  oneTBB relies on generic programming.

Package: libtbb-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libtbb12 (= ${binary:Version}), ${misc:Depends},
Description: oneAPI Threading Building Blocks - dev files
 A flexible C++ library that simplifies the work of adding parallelism to
 complex applications, even if you are not a threading expert.
 .
 The library lets you easily write parallel programs that take full
 advantage of the multi-core performance. Such programs are portable,
 composable and have a future-proof scalability. oneTBB provides you with
 functions, interfaces, and classes to parallelize and scale the code. All
 you have to do is to use the templates.
 .
 The library differs from typical threading packages in the following ways:
 .
  *  oneTBB enables you to specify logical parallelism instead of threads.
  *  oneTBB targets threading for performance.
  *  oneTBB is compatible with other threading packages.
  *  oneTBB emphasizes scalable, data parallel programming.
  *  oneTBB relies on generic programming.
