File: control

package info (click to toggle)
libocxl 1.2.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 636 kB
  • sloc: ansic: 4,391; makefile: 115; sh: 109; perl: 40
file content (45 lines) | stat: -rw-r--r-- 1,502 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
Source: libocxl
Priority: optional
Maintainer: Frédéric Bonnard <frediz@debian.org>
Build-Depends: debhelper-compat (= 13), doxygen
Build-Depends-Indep: doxygen
Standards-Version: 4.6.0.1
Rules-Requires-Root: no
Section: libs
Homepage: https://github.com/OpenCAPI/libocxl
Vcs-Git: https://salsa.debian.org/debian/libocxl.git
Vcs-Browser: https://salsa.debian.org/debian/libocxl

Package: libocxl-dev
Section: libdevel
Architecture: ppc64el
Multi-Arch: same
Depends: libocxl1 (= ${binary:Version}), ${misc:Depends}
Suggests: libocxl-doc (= ${binary:Version})
Description: Development files for accessing OpenCAPI devices
 LibOCXL provides an access library which allows the user to implement a
 userspace driver for an OpenCAPI accelerator.
 .
 This package contains the development files.

Package: libocxl-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Suggests: libocxl-dev (= ${binary:Version})
Description: Documentation files for development with libocxl
 LibOCXL provides an access library which allows the user to implement a
 userspace driver for an OpenCAPI accelerator.
 .
 This package contains the documentation files.

Package: libocxl1
Architecture: ppc64el
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Runtime library for accessing OpenCAPI devices
 LibOCXL provides an access library which allows the user to implement a
 userspace driver for an OpenCAPI accelerator.
 .
 This package contains the runtime shared library.