File: control

package info (click to toggle)
skypat 3.1.1-8
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 652 kB
  • sloc: cpp: 2,526; makefile: 220; ansic: 78; sh: 67
file content (36 lines) | stat: -rw-r--r-- 1,404 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
Source: skypat
Section: libs
Priority: optional
Maintainer: Gavin Lai (賴建宇) <gavin09@gmail.com>
Uploaders: SZ Lin (林上智) <szlin@debian.org>
Build-Depends: debhelper-compat (= 13)
Standards-Version: 4.6.1.0
Homepage: https://github.com/skymizer/SkyPat
Vcs-Git: https://salsa.debian.org/debian/skypat.git
Vcs-Browser: https://salsa.debian.org/debian/skypat
Rules-Requires-Root: no

Package: libskypat-dev
Section: libdevel
Architecture: armhf amd64 arm64
Depends: ${misc:Depends},
         wget, automake, autoconf,
         libtool, build-essential,
         libskypat3 (= ${binary:Version})
Description: C++ performance analyzing and testing framework - static libraries and headers
 skypat provides an unit-test framework. Additionally, skypat provides
 performance information to help developers optimize functions.
 .
 This package contains the header files to develop unit test which make use of
 skypat.

Package: libskypat3
Architecture: armhf amd64 arm64
Depends: ${shlibs:Depends}, ${misc:Depends}
Multi-Arch: same
Description: C++ performance analyzing and testing framework - shared libraries
 skypat provides an unit-test framework. Additionally, it also provides
 performance information to help developers optimize functions.
 .
 It combines perf_events and unit tests together and gives programmers the power
 of fine-grained performance analysis via writing typical test cases.