File: control

package info (click to toggle)
level-zero 1.20.6-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 9,668 kB
  • sloc: cpp: 87,447; ansic: 14,898; python: 8,759; makefile: 4
file content (44 lines) | stat: -rw-r--r-- 1,560 bytes parent folder | download | duplicates (2)
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
Source: level-zero
Section: libs
Priority: optional
Maintainer: Timo Aaltonen <tjaalton@debian.org>
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 13),
 cmake,
 libspdlog-dev,
Standards-Version: 4.6.1
Homepage: https://github.com/oneapi-src/level-zero
Vcs-Browser: https://salsa.debian.org/debian/level-zero
Vcs-Git: https://salsa.debian.org/debian/level-zero.git

Package: libze-dev
Section: libdevel
Architecture: amd64
Multi-Arch: same
Depends:
 libze1 (= ${binary:Version}),
 ${misc:Depends},
Description: oneAPI Level Zero -- development files
 The oneAPI Level Zero (Level Zero) provides low-level direct-to-metal
 interfaces that are tailored to the devices in a oneAPI platform.
 Level Zero supports broader language features such as function pointers,
 virtual functions, unified memory, and I/O capabilities while also
 providing fine-grain explicit controls needed by higher-level runtime APIs.
 .
 This package provides the development environment for Level Zero.

Package: libze1
Architecture: amd64
Multi-Arch: same
Depends:
 ${shlibs:Depends},
 ${misc:Depends},
Description: oneAPI Level Zero -- share libraries
 The oneAPI Level Zero (Level Zero) provides low-level direct-to-metal
 interfaces that are tailored to the devices in a oneAPI platform.
 Level Zero supports broader language features such as function pointers,
 virtual functions, unified memory, and I/O capabilities while also
 providing fine-grain explicit controls needed by higher-level runtime APIs.
 .
 This package contains the shared libraries for Level Zero.