File: control

package info (click to toggle)
pd-hexloader 1.7-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 132 kB
  • sloc: ansic: 583; makefile: 389
file content (29 lines) | stat: -rw-r--r-- 1,025 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
29
Source: pd-hexloader
Priority: optional
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Uploaders:
 IOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>,
Build-Depends:
 debhelper (>=11~),
 dh-buildinfo,
 puredata-dev | puredata,
Standards-Version: 4.1.3
Section: sound
Homepage: https://download.puredata.info/hexloader
Vcs-Git: https://salsa.debian.org/multimedia-team/pd/pd-hexloader.git
Vcs-Browser: https://salsa.debian.org/multimedia-team/pd/pd-hexloader

Package: pd-hexloader
Architecture: any
Depends:
 ${shlibs:Depends},
 ${misc:Depends},
 puredata | pd,
Description: enable Pd-objects with funny characters
 The default external objects loader of Pure Data (Pd) maps object names to
 filenames and C-function names.
 Unfortunately both filenames and C-function names have restrictions (like the
 impossibility to include a '/').
 .
 This library adds an escaping mechanism based on hexadecimal encoding that
 allows one to write and use objects that would otherwise be impossible.