File: control

package info (click to toggle)
python-jack-client 0.5.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 356 kB
  • sloc: python: 2,123; makefile: 6
file content (29 lines) | stat: -rw-r--r-- 938 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
25
26
27
28
29
Source: python-jack-client
Section: python
Priority: optional
Maintainer: Josue Ortega <josue@debian.org>
Build-Depends: debhelper-compat (= 13),
 dh-python,
 python3-all,
 python3-setuptools,
 python3-cffi
Standards-Version: 4.5.1
Homepage: http://jackclient-python.rtfd.org
X-Python3-Version: >= 3.7
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/debian/python-jack-client.git
Vcs-Browser: https://salsa.debian.org/debian/python-jack-client

Package: python3-jack-client
Architecture: all
Depends: ${python3:Depends},
 ${misc:Depends},
 python3-cffi,
 libjack-jackd2-0 (>= 1.9.10+20150825) | libjack-0.125
Suggests: python3-numpy
Description: JACK Audio Connection Kit (JACK) Client for Python 3
 Python 3 module that provides bindings for the JACK library.
 The module is able to create audio input and output ports,
 also provides the functionality to manage MIDI ports.
 .
 This package installs the library for Python 3.