File: control

package info (click to toggle)
pd-hexloader 1.8-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 188 kB
  • sloc: ansic: 585; makefile: 19
file content (36 lines) | stat: -rw-r--r-- 1,152 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
30
31
32
33
34
35
36
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-compat (= 13),
 dh-buildinfo,
 dh-sequence-puredata,
Standards-Version: 4.7.0
Rules-Requires-Root: no
Section: sound
Homepage: https://git.iem.at/pd/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:
 ${misc:Depends},
 ${puredata:Depends},
 ${shlibs:Depends},
Recommends:
 ${puredata:Recommends},
Suggests:
 ${puredata:Suggests},
Provides:
 ${puredata:Provides},
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.