1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: libprotocol-osc-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 10)
Build-Depends-Indep: perl
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libprotocol-osc-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libprotocol-osc-perl.git
Homepage: https://metacpan.org/release/Protocol-OSC
Package: libprotocol-osc-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends}
Description: module to implement (de)coding and processing of OSC packets
Protocol::OSC implements the encoding, decoding and processing of OSC packets
following the Open Sound Control protocol.
.
It's pure Perl implementation, is faster than Net::LibLO (~4x) and
Net::OpenSoundControl (~2x) and also provides a connection agnostic interface,
path matching and type tagging according OSC v1 specification (and v1.1)
|