in pd64, go to deken and ask it to show 'all externals'
Thanks, good idea Alexandre!
Just for reference, on Debian Deken in pd64 lists 147 libraries while in pd it lists 518 libraries.
Now trying to list 64bit externals installable via apt(itutde). So far I am able to create a textfile holding all such packages via $ aptitude search ^pd- | grep -v i386 | grep -v ^v | cut -d " " -f 3 > > pdPackages.txt excluding i386 and virtual packages. This creates 88 entries on Debian testing. Now I'd only need to find a way to query and grep for package contents without installing them ;).
best, P