Source: libqcnpuperf
Section: contrib/libs
Maintainer: Loïc Minier <lool@debian.org>
Build-Depends:
 cmake,
 debhelper-compat (= 14),
 libfastrpc-dev,
 libncurses-dev,
 pkgconf,
Standards-Version: 4.7.4.1
Homepage: https://github.com/qualcomm/libqcnpuperf
Vcs-Browser: https://github.com/qualcomm/libqcnpuperf
Vcs-Git: https://github.com/qualcomm/libqcnpuperf.git

Package: libqcnpuperf1
Architecture: arm64
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Description: Qualcomm NPU performance metrics library
 libqcnpuperf is a lightweight library providing APIs to collect Qualcomm
 NPU metrics. It can be integrated into console applications, profiling
 tools, Perfetto trace generators, CI loops, or any other application that
 needs NPU performance data.
 .
 This package contains the shared library.

Package: libqcnpuperf-dev
Section: contrib/libdevel
Architecture: arm64
Multi-Arch: same
Depends:
 libfastrpc-dev,
 libqcnpuperf1 (= ${binary:Version}),
 ${misc:Depends},
Description: Qualcomm NPU performance metrics library - development files
 libqcnpuperf is a lightweight library providing APIs to collect Qualcomm
 NPU metrics. It can be integrated into console applications, profiling
 tools, Perfetto trace generators, CI loops, or any other application that
 needs NPU performance data.
 .
 This package contains the header files, the pkg-config file and the
 development symlink needed to build software against libqcnpuperf.

Package: qcnpuperf-utils
Section: contrib/utils
Architecture: arm64
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Description: Qualcomm NPU performance metrics - command-line tools
 libqcnpuperf is a lightweight library providing APIs to collect Qualcomm
 NPU metrics. It can be integrated into console applications, profiling
 tools, Perfetto trace generators, CI loops, or any other application that
 needs NPU performance data.
 .
 This package contains the ncurses-based qcnpuperf_cli sample application
 that displays live NPU metrics in the terminal.
