File: control

package info (click to toggle)
naspro-bridge-it 0.5.1-2
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, buster, stretch
  • size: 1,576 kB
  • ctags: 275
  • sloc: sh: 11,338; ansic: 1,004; makefile: 63
file content (68 lines) | stat: -rw-r--r-- 1,835 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
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
Source: naspro-bridge-it
Section: libs
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends:
 debhelper (>= 9),
 dh-autoreconf,
 libnacore-dev (>= 0.5.0-1~),
 lv2-dev,
 pkg-config
Standards-Version: 3.9.5
Homepage: http://naspro.sourceforge.net/

Package: libnabrit3
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends:
 ${misc:Depends},
 ${shlibs:Depends}
Description: LV2 bridging helper library
 NASPRO Bridge it is a little helper library to develop insert-your-API-here
 to LV2 bridges.
 .
 As of now, it basically offers a few utility functions and Turtle/RDF
 serialization for LV2 dynamic manifest generation, supporting the
 following LV2 specifications/extensions:
  * LV2 revision 4.0;
  * LV2 Dynamic Manifest revision 1.0;
  * Extended Port Information draft revision 3 (only for the logarithmic port
    property);
  * LV2 Events revision 1.0;
  * LV2 MIDI Events revision 1.0.
 .
 It is written in C99 and is almost entirely reentrant and thread-safe.
 .
 This package includes the shared library object.

Package: libnabrit-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
 libnabrit3 (= ${binary:Version}),
 libnacore-dev (>= 0.3.0),
 lv2-dev,
 ${misc:Depends}
Recommends:
 pkg-config
Description: LV2 bridging helper library (development files)
 NASPRO Bridge it is a little helper library to develop insert-your-API-here
 to LV2 bridges.
 .
 This package provides the development files.

Package: libnabrit-dbg
Section: debug
Priority: extra
Architecture: any
Multi-Arch: same
Depends:
 libnabrit3 (= ${binary:Version}),
 ${misc:Depends}
Description: LV2 bridging helper library (debugging symbols)
 NASPRO Bridge it is a little helper library to develop insert-your-API-here
 to LV2 bridges.
 .
 This package provides the debugging symbols.