File: control

package info (click to toggle)
libopencsd 0.14.4-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 29,728 kB
  • sloc: cpp: 21,600; ansic: 2,509; makefile: 460; sh: 123
file content (63 lines) | stat: -rw-r--r-- 2,427 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
Source: libopencsd
Priority: optional
Maintainer: Wookey <wookey@debian.org>
Build-Depends: debhelper-compat (= 12), doxygen, graphviz, jdupes
Standards-Version: 4.5.0
Section: libs
Homepage: https://github.com/Linaro/OpenCSD
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/wookey/libopencsd
Vcs-Git: https://salsa.debian.org/wookey/libopencsd.git

Package: libopencsd-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libopencsd0 (= ${binary:Version}), ${misc:Depends}
Description: ARM CoreSight trace decode library development files
 This library provides an API suitable for the decode of ARM(r) CoreSight(tm)
 trace streams. It supports ETMv3 data & instruction trace, ETMv4 instruction
 trace, PTM (v1.1) instruction trace, STM (v1.1) software trace, and support for
 external/custom decoders.
 .
 This is the development package containing the headers and static library build

Package: libopencsd0
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: ARM CoreSight Trace decode library
 This library provides an API suitable for the decode of ARM(r) CoreSight(tm)
 trace streams. It supports ETMv3 data & instruction trace, ETMv4 instruction
 trace, PTM (v1.1) instruction trace, STM (v1.1) software trace, and support for
 external/custom decoders.
 .
 This library is trypically used via perf, but libopencsd-bin also contains a
 test binary.

Package: libopencsd-bin
Section: libdevel
Architecture: any
Multi-Arch: foreign
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: ARM CoreSight trace decode utility
 Tool to decode ARM Coresight trace stream packets.
 .
 The CoreSight library provides an API suitable for the decode of ARM(r)
 CoreSight(tm) trace streams. It supports ETMv3 data & instruction trace,
 ETMv4 instruction trace, PTM (v1.1) instruction trace, STM (v1.1) software
 trace, and support for external/custom decoders.
 .
 This is the tools package containing useful binaries.

Package: libopencsd-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Description: ARM CoreSight trace decode library documentation
 This library provides an API suitable for the decode of ARM(r) CoreSight(tm)
 trace streams. It supports ETMv3 data & instruction trace, ETMv4 instruction
 trace, PTM (v1.1) instruction trace, STM (v1.1) software trace, and support for
 external/custom decoders.
 .
 This is the documentation package.