Source: pd-hexloader Priority: optional Maintainer: Debian Multimedia Maintainers Uploaders: IOhannes m zmölnig (Debian/GNU) , Build-Depends: debhelper-compat (= 13), dh-buildinfo, puredata-dev | puredata, Standards-Version: 4.6.1 Rules-Requires-Root: no 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: puredata | pd, ${misc:Depends}, ${shlibs:Depends}, 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.