File: control

package info (click to toggle)
libcpucycles 0~20240318-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 476 kB
  • sloc: ansic: 776; python: 337; sh: 51; makefile: 30
file content (68 lines) | stat: -rw-r--r-- 2,152 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
64
65
66
67
68
Source: libcpucycles
Section: devel
Priority: optional
Maintainer: Miguel Landaeta <nomadium@debian.org>
Uploaders:
 Nick Black <dankamongmen@gmail.com>,
 Simon Josefsson <simon@josefsson.org>,
 Jan Mojžíš <jan.mojzis@gmail.com>,
Build-Depends:
 debhelper (>= 13~),
 debhelper-compat (= 13),
 python3,
Standards-Version: 4.7.2
Homepage: https://cpucycles.cr.yp.to/
Vcs-Git: https://salsa.debian.org/debian/libcpucycles.git
Vcs-Browser: https://salsa.debian.org/debian/libcpucycles
Rules-Requires-Root: no

Package: cpucycles
Architecture: any
Multi-Arch: foreign
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Description: command-line tool for counting CPU cycles (libcpucycles)
 libcpucycles provides a simple API to access hardware precise timers
 to understand and improve software performance.
 .
 libcpucycles understands machine-level cycle counters for most architectures.
 libcpucycles also understands common OS-level mechanisms, which give varying
 levels of accuracy.
 .
 This package contains the cpucycles-info command-line tool.

Package: libcpucycles-dev
Section: libdevel
Multi-Arch: same
Architecture: any
Depends:
 libcpucycles1 (= ${binary:Version}),
 ${misc:Depends},
 ${shlibs:Depends},
Description: library for counting CPU cycles - development files
 libcpucycles provides a simple API to access hardware precise timers
 to understand and improve software performance.
 .
 libcpucycles understands machine-level cycle counters for most architectures.
 libcpucycles also understands common OS-level mechanisms, which give varying
 levels of accuracy.
 .
 This package contains development files and static library.

Package: libcpucycles1
Section: libs
Architecture: any
Multi-Arch: same
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Description: library for counting CPU cycles
 libcpucycles provides a simple API to access hardware precise timers
 to understand and improve software performance.
 .
 libcpucycles understands machine-level cycle counters for most architectures.
 libcpucycles also understands common OS-level mechanisms, which give varying
 levels of accuracy.
 .
 This package contains the shared library.