| 12
 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
 
 | Source: pd-arraysize
Section: sound
Priority: optional
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Uploaders: Hans-Christoph Steiner <hans@eds.org>,
 IOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>,
Build-Depends: debhelper (>= 11~),
 puredata-dev | puredata (<< 0.43)
Standards-Version: 4.1.3
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: ${shlibs:Depends},
 puredata-core | pd,
 ${misc:Depends},
Recommends:
 pd-pddp
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].
 |