File: control

package info (click to toggle)
python-rtmidi 1.5.8-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,248 kB
  • sloc: cpp: 4,228; python: 2,853; makefile: 287; sh: 109; ansic: 19
file content (30 lines) | stat: -rw-r--r-- 975 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
30
Source: python-rtmidi
Section: python
Priority: optional
Maintainer: Josue Ortega <josue@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 python3-dev,
 python3-setuptools,
 pybuild-plugin-pyproject,
 python3-mesonpy,
 cython3,
 libasound-dev,
 libjack-dev,
 python3-pytest,
 python3-mesonpy
Standards-Version: 4.6.2
Rules-Requires-Root: no
Homepage: https://github.com/SpotlightKid/python-rtmidi
Vcs-Git: https://salsa.debian.org/debian/python-rtmidi.git
Vcs-Browser: https://salsa.debian.org/debian/python-rtmidi

Package: python3-rtmidi
Architecture: any
Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
Description: Python wrapper for the RtMidi C++ library written with Cython
 Python binding for RtMidi implemented with Cython and provides a thin wrapper
 around the RtMidi C++ interface. The API is basically the same as the C++ one
 but with the naming scheme of classes, methods and parameters adapted to the
 Python naming structure.