Source: skypat
Section: libs
Priority: optional
Maintainer: Gavin Lai (賴建宇) <gavin09@gmail.com>
Uploaders: SZ Lin (林上智) <szlin@debian.org>
Build-Depends: debhelper (>= 11)
Standards-Version: 4.2.0.1
Homepage: https://github.com/skymizer/SkyPat
Vcs-Git: https://salsa.debian.org/debian/skypat.git
Vcs-Browser: https://salsa.debian.org/debian/skypat

Package: libskypat-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends},
         ${shlibs: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: any
Depends: ${shlibs:Depends}, ${misc:Depends}
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.
