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
|
Source: libmpdclient
Section: libs
Priority: optional
Maintainer: Sebastian Harl <tokkee@debian.org>
Build-Depends: debhelper (>= 7), autotools-dev, doxygen
Standards-Version: 3.9.4
Homepage: http://mpd.wikia.com/wiki/ClientLib:libmpdclient
Vcs-Git: git://git.tokkee.org/pkg-libmpdclient.git
Vcs-Browser: http://git.tokkee.org/?p=pkg-libmpdclient.git
Package: libmpdclient-dev
Section: libdevel
Architecture: any
Depends: libc6-dev | libc-dev, libmpdclient2 (= ${binary:Version}),
${misc:Depends}
Description: client library for the Music Player Daemon (development files)
libmpdclient provides an API for interfacing the Music Player Daemon (MPD). It
offers a low-level asynchronous API which knowns the MPD protocol syntax as
well as a higher level synchronous API implementing the MPD commands and
parsing all responses.
.
This package contains the header files and the static library.
Package: libmpdclient2
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: client library for the Music Player Daemon
libmpdclient provides an API for interfacing the Music Player Daemon (MPD). It
offers a low-level asynchronous API which knowns the MPD protocol syntax as
well as a higher level synchronous API implementing the MPD commands and
parsing all responses.
.
This package contains the shared library.
Package: libmpdclient2-dbg
Section: debug
Priority: extra
Architecture: any
Depends: libmpdclient2 (= ${binary:Version}), ${misc:Depends}
Description: Debug symbols for libmpdclient2
libmpdclient provides an API for interfacing the Music Player Daemon (MPD). It
offers a low-level asynchronous API which knowns the MPD protocol syntax as
well as a higher level synchronous API implementing the MPD commands and
parsing all responses.
.
This package provides the debugging symbols for the shared library.
Package: libmpdclient-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Description: client library for the Music Player Daemon (API documentation)
libmpdclient provides an API for interfacing the Music Player Daemon (MPD). It
offers a low-level asynchronous API which knowns the MPD protocol syntax as
well as a higher level synchronous API implementing the MPD commands and
parsing all responses.
.
This package contains the API documentation.
|