File: control

package info (click to toggle)
serialdv 1.1.4-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 540 kB
  • sloc: cpp: 1,553; makefile: 2
file content (37 lines) | stat: -rw-r--r-- 1,115 bytes parent folder | download | duplicates (2)
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
Source: serialdv
Section: hamradio
Priority: optional
Maintainer: Debian Hamradio Maintainers <debian-hams@lists.debian.org>
Uploaders:
 Christoph Berg <myon@debian.org>,
Build-Depends:
 cmake,
 debhelper-compat (= 12),
Standards-Version: 4.5.0
Homepage: https://github.com/f4exb/serialDV
Vcs-Browser: https://salsa.debian.org/debian-hamradio-team/serialdv
Vcs-Git: https://salsa.debian.org/debian-hamradio-team/serialdv.git

Package: libserialdv1
Section: libs
Architecture: any
Multi-Arch: same
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Description: encode and decode audio with AMBE3000 devices
 SerialDV is a C++ minimal interface to encode and decode audio with AMBE3000
 based devices in packet mode over a serial link.

Package: libserialdv-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
 libserialdv1 (= ${binary:Version}),
 ${misc:Depends},
Description: encode and decode audio with AMBE3000 devices (headers)
 SerialDV is a C++ minimal interface to encode and decode audio with AMBE3000
 based devices in packet mode over a serial link.
 .
 This package contains the header files.