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 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72
|
Source: pyliblo
Section: devel
Priority: optional
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Uploaders:
Free Ekanayaka <freee@debian.org>,
Jaromír Mikeš <mira.mikes@seznam.cz>
Build-Depends:
debhelper-compat (= 13),
dh-python,
liblo-dev (>= 0.27~repack),
cython3,
python3-all-dev,
python3-setuptools,
python3-sphinx,
sphinx-common
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/multimedia-team/pyliblo.git
Vcs-Browser: https://salsa.debian.org/multimedia-team/pyliblo
Homepage: https://github.com/gesellkammer/pyliblo3
Rules-Requires-Root: no
Package: python3-liblo
Section: python
Architecture: any
Depends:
${misc:Depends},
${python3:Depends},
${shlibs:Depends},
Suggests:
pyliblo-utils,
python-liblo-docs
Description: Python 3 bindings for liblo, the lightweight OSC library
pyliblo, provides Python 3 bindings for liblo,
which is an implementation of the Open Sound Control specification
and facilitates communication between various music applications.
.
Open Sound Control (OSC) is a protocol for communication among computers,
sound synthesizers, and other multimedia devices that is optimized for modern
networking technology.
Package: pyliblo-utils
Section: utils
Architecture: all
Depends:
python3-liblo,
${misc:Depends},
${python3:Depends},
Suggests: python-liblo-docs
Description: Command line utilities for sending and receiving OSC messages
This package contains the send_osc and dump_osc utilities, which can be
used to send OSC messages from a command line, and to print all incoming
messages.
.
Open Sound Control (OSC) is a protocol for communication among computers,
sound synthesizers, and other multimedia devices that is optimized for modern
networking technology.
Package: python-liblo-docs
Architecture: all
Section: doc
Depends:
${misc:Depends},
${sphinxdoc:Depends},
Built-Using:
${sphinxdoc:Built-Using},
Description: Python bindings for liblo, the lightweight OSC library
pyliblo, provides Python bindings for liblo, which is an implementation
of the Open Sound Control specification and facilitates communication
between various music applications.
.
This is the common documentation package.
|