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
|
Source: pd-log
Priority: optional
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Uploaders:
IOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>,
Build-Depends:
debhelper-compat (= 13),
dh-buildinfo,
puredata-dev,
Standards-Version: 4.6.1
Section: sound
Homepage: https://download.puredata.info/log
Vcs-Git: https://salsa.debian.org/multimedia-team/pd/pd-log.git
Vcs-Browser: https://salsa.debian.org/multimedia-team/pd/pd-log
Rules-Requires-Root: no
Package: pd-log
Architecture: any
Depends:
puredata | pd,
${misc:Depends},
${shlibs:Depends},
Description: small Pure Data library for logging
This library adds objects to Pure Data (Pd) that allow one to create printout
at various verbosity levels.
.
The objects can be used as drop-in replacement for the standard
[print] object, but the printed messages can be filtered and
have a colourful appearance.
|