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
|
Source: pd-pool
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,
pd-flext-dev,
pkg-config,
Standards-Version: 4.6.1
Rules-Requires-Root: no
Homepage: https://grrrr.org/research/software/pool
Vcs-Git: https://salsa.debian.org/multimedia-team/pd/pd-pool.git
Vcs-Browser: https://salsa.debian.org/multimedia-team/pd/pd-pool
Package: pd-pool
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends},
Description: Hierarchical data storage for Pure Data
[pool] can store and retrieve key/value pairs, where a key can be any atom and
the value can be any list of atoms. [pool] can manage folders, a folder name
can be any atom. [pool] objects can be named and then share their data space.
Clipboard operations are possible in a pool or among several pools.
File operations can load/save data from disk.
|