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
|
Source: microprofile
Section: libs
Priority: optional
Maintainer: Andrea Pappacoda <andrea@pappacoda.it>
Build-Depends: debhelper-compat (= 13)
Build-Depends-Arch: cmark <!nodoc>,
libstb-dev,
meson,
pkg-config
Standards-Version: 4.6.2
Homepage: https://github.com/jonasmr/microprofile
Vcs-Git: https://salsa.debian.org/debian/microprofile.git
Vcs-Browser: https://salsa.debian.org/debian/microprofile
Rules-Requires-Root: no
Package: libmicroprofile4
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends},
${shlibs:Depends}
Description: embeddable CPU/GPU profiler
Microprofile is an embeddable CPU/GPU profiler with an in-app and HTML
visualizers, written in C++.
.
This package contains the shared library.
Package: libmicroprofile-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libmicroprofile4 (= ${binary:Version}),
libstb-dev,
${misc:Depends}
Recommends: libjs-highlight.js
Description: embeddable CPU/GPU profiler - development
Microprofile is an embeddable CPU/GPU profiler with an in-app and HTML
visualizers, written in C++.
.
This package contains the development files.
|