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
|
Source: libigloo
Section: libs
Priority: optional
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Uploaders: Unit 193 <unit193@debian.org>
Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13), librhash-dev, pkgconf
Rules-Requires-Root: no
Standards-Version: 4.7.2
Vcs-Git: https://salsa.debian.org/multimedia-team/libigloo.git
Vcs-Browser: https://salsa.debian.org/multimedia-team/libigloo
Homepage: https://gitlab.xiph.org/xiph/icecast-libigloo
Package: libigloo0t64
Provides: ${t64:Provides}
Replaces: libigloo0
Breaks: libigloo0 (<< ${source:Version})
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: generic C runtime framework to aid modern programming patterns
libigloo is a generic framework for C development.
.
libigloo abstracts memory allocation, provides high level types (including
support to define such types), and provides a library for common programming
problems.
Package: libigloo-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libigloo0t64 (= ${binary:Version}), ${misc:Depends}
Description: runtime framework to aid modern programming patterns (development)
libigloo is a generic framework for C development.
.
libigloo abstracts memory allocation, provides high level types (including
support to define such types), and provides a library for common programming
problems.
.
This package contains the development headers.
|