File: control

package info (click to toggle)
libmowgli-2 2.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,792 kB
  • sloc: ansic: 13,344; sh: 3,903; makefile: 310
file content (61 lines) | stat: -rw-r--r-- 2,585 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
Source: libmowgli-2
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper (>= 9), dh-autoreconf, autotools-dev
Standards-Version: 3.9.5
Homepage: http://www.atheme.org/projects/libmowgli.html
Vcs-Git: https://git.dgit.debian.org/libmowgli-2
Vcs-Browser: https://browse.dgit.debian.org/libmowgli-2.git/
Section: libs

Package: libmowgli-2-dev
Section: libdevel
Architecture: any
Depends:
 libmowgli-2-0 (= ${binary:Version}),
 ${misc:Depends},
 pkgconf | pkg-config
Multi-Arch: same
Description: high performance development framework for C (development)
 Mowgli is a development framework for C (like GLib), which provides high
 performance and highly flexible algorithms. It can be used as a supplement
 to GLib (to add additional functions (dictionaries, hashes), or replace some
 of the slow GLib list manipulation functions), or stand alone. It also
 provides a powerful hook system and convenient logging for your code, as well
 as high performance block allocator.
 .
 This package contains files needed for development with this library and code
 examples.

Package: libmowgli-2-0
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Multi-Arch: same
Description: high performance development framework for C
 Mowgli is a development framework for C (like GLib), which provides high
 performance and highly flexible algorithms. It can be used as a supplement
 to GLib (to add additional functions (dictionaries, hashes), or replace some
 of the slow GLib list manipulation functions), or stand alone. It also
 provides a powerful hook system and convenient logging for your code, as well
 as high performance block allocator.
 .
 This package contains the shared library needed to run programs that use the
 mowgli library.

Package: libmowgli-2-0-dbg
Priority: extra
Section: debug
Architecture: any
Depends: libmowgli-2-0 (= ${binary:Version}), ${misc:Depends}
Multi-Arch: same
Description: high performance development framework for C (debug)
 Mowgli is a development framework for C (like GLib), which provides high
 performance and highly flexible algorithms. It can be used as a supplement
 to GLib (to add additional functions (dictionaries, hashes), or replace some
 of the slow GLib list manipulation functions), or stand alone. It also
 provides a powerful hook system and convenient logging for your code, as well
 as high performance block allocator.
 .
 This package contains the debug symbols needed to create meaningful backtraces
 for applications that use the mowgli library.