File: control

package info (click to toggle)
zix 0.8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 828 kB
  • sloc: ansic: 9,083; cpp: 479; python: 127; makefile: 6
file content (44 lines) | stat: -rw-r--r-- 1,410 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
Source: zix
Section: libs
Priority: optional
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Uploaders:
 Sebastian Ramacher <sramacher@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 meson,
 ninja-build,
 pkgconf
Standards-Version: 4.7.2
Homepage: https://gitlab.com/drobilla/zix
Vcs-Git: https://salsa.debian.org/multimedia-team/zix.git
Vcs-Browser: https://salsa.debian.org/multimedia-team/zix

Package: libzix-0-0
Architecture: any
Multi-Arch: same
Depends:
 ${misc:Depends},
 ${shlibs:Depends}
Description: library of portability wrappers and data structures (shared library)
 Zix provides a lightweight library of portability wrappers and data
 structures. Components of Zix include bump allocator, B-tree, hash table, and
 binary tree implementations. The wrappers include filesystem and threading
 abstractions.
 .
 This package provides the shared library.

Package: libzix-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
 libzix-0-0 (= ${binary:Version}),
 ${misc:Depends}
Description: library of portability wrappers and data structures (development files)
 Zix provides a lightweight library of portability wrappers and data
 structures. Components of Zix include bump allocator, B-tree, hash table, and
 binary tree implementations. The wrappers include filesystem and threading
 abstractions.
 .
 This package provides the development files.