File: control

package info (click to toggle)
rkcommon 1.14.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,304 kB
  • sloc: cpp: 33,504; sh: 31; makefile: 13
file content (27 lines) | stat: -rw-r--r-- 1,057 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Source: rkcommon
Section: graphics
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Francois Mazen <mzf@debian.org>
Build-Depends: debhelper-compat (= 13),
               cmake,
               libtbb-dev
Standards-Version: 4.7.3
Homepage: https://github.com/RenderKit/rkcommon
Vcs-Browser: https://salsa.debian.org/science-team/rkcommon
Vcs-Git: https://salsa.debian.org/science-team/rkcommon.git

Package: librkcommon1
Architecture: any-amd64 arm64
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Intel RenderKit common C++/CMake infrastructure
 This project represents a common set of C++ infrastructure and CMake
 utilities used by various components of Intel oneAPI Rendering Toolkit.

Package: librkcommon-dev
Architecture: any-amd64 arm64
Section: libdevel
Depends: librkcommon1 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Description: Development files for librkcommon
 This package contains libraries and header files for
 applications that use librkcommon.