File: control

package info (click to toggle)
libprotocol-osc-perl 0.09-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, forky, sid, trixie
  • size: 124 kB
  • sloc: perl: 89; makefile: 2
file content (24 lines) | stat: -rw-r--r-- 1,048 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
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)