File: control

package info (click to toggle)
pd-pool 0.2.2%2Bgit20210923.1.40cb82e-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 292 kB
  • sloc: cpp: 2,463; makefile: 29
file content (28 lines) | stat: -rw-r--r-- 1,014 bytes parent folder | download
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.