File: control

package info (click to toggle)
octave-audio 2.0.5-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,468 kB
  • sloc: sh: 2,869; cpp: 877; makefile: 207
file content (28 lines) | stat: -rw-r--r-- 1,164 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
Source: octave-audio
Section: math
Priority: optional
Maintainer: Debian Octave Group <team+pkg-octave-team@tracker.debian.org>
Uploaders: Rafael Laboissière <rafael@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-octave (>= 1.2.3),
               dh-sequence-octave,
               librtmidi-dev
Standards-Version: 4.6.1
Homepage: https://octave.sourceforge.io/audio/
Vcs-Git: https://salsa.debian.org/pkg-octave-team/octave-audio.git
Vcs-Browser: https://salsa.debian.org/pkg-octave-team/octave-audio
Testsuite: autopkgtest-pkg-octave
Rules-Requires-Root: no

Package: octave-audio
Architecture: any
Depends: ${misc:Depends}, ${octave:Depends}, ${shlibs:Depends}
Description: MIDI functions for Octave
 This package provides MIDI functionality for Octave, a numerical
 computation software.  Three types of functions are provided: (1)
 functions that directly allow opening, sending and receiving MIDI
 messages, (2) functions that provide a layer on top of the device
 functions for using MIDI controls, and (3) basic functions that allow
 read and write of MIDI files.
 .
 This Octave add-on package is part of the Octave-Forge project.