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
|
Source: pd-arraysize
Section: sound
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-sequence-pd-lib-builder,
Standards-Version: 4.6.2
Rules-Requires-Root: no
Homepage: https://puredata.info
Vcs-Git: https://salsa.debian.org/multimedia-team/pd/pd-arraysize.git
Vcs-Browser: https://salsa.debian.org/multimedia-team/pd/pd-arraysize
Package: pd-arraysize
Architecture: any
Depends:
${misc:Depends},
${puredata:Depends},
${shlibs:Depends},
Recommends:
pd-pddp,
${puredata:Recommends},
Suggests:
${puredata:Suggests},
Description: Pd object to report the size of an array
This provides a simple object for Pure Data that reports the size of an array
by name. For historical reasons, it is packaged as a standalone object. It
is a very simple object, but has always been distributed by itself. It is
packaged alone in keeping with the one-library-per-package style of all other
pd libraries.
.
This is a tiny package that might otherwise be lumped into a 'goodies'
package, but it is the only tiny one like this, so a 'goodies' package would
end up being just this single object anyway.
.
Since Pd>=0.47, this object can be replaced with the built-in [array size].
|