4 Maintainer: Sebastian Harl <tokkee@debian.org>
5 Build-Depends: debhelper-compat (= 11),
8 Standards-Version: 4.2.1
9 Homepage: https://www.musicpd.org/libs/libmpdclient/
10 Vcs-Git: git://git.tokkee.org/pkg-libmpdclient.git
11 Vcs-Browser: http://git.tokkee.org/?p=pkg-libmpdclient.git
13 Package: libmpdclient-dev
16 Depends: libmpdclient2 (= ${binary:Version}), ${misc:Depends}
17 Description: client library for the Music Player Daemon (development files)
18 libmpdclient provides an API for interfacing the Music Player Daemon (MPD). It
19 offers a low-level asynchronous API which knowns the MPD protocol syntax as
20 well as a higher level synchronous API implementing the MPD commands and
21 parsing all responses.
23 This package contains the header files and the static library.
25 Package: libmpdclient2
27 Depends: ${shlibs:Depends}, ${misc:Depends}
28 Description: client library for the Music Player Daemon
29 libmpdclient provides an API for interfacing the Music Player Daemon (MPD). It
30 offers a low-level asynchronous API which knowns the MPD protocol syntax as
31 well as a higher level synchronous API implementing the MPD commands and
32 parsing all responses.
34 This package contains the shared library.
36 Package: libmpdclient-doc
39 Depends: ${misc:Depends}
40 Description: client library for the Music Player Daemon (API documentation)
41 libmpdclient provides an API for interfacing the Music Player Daemon (MPD). It
42 offers a low-level asynchronous API which knowns the MPD protocol syntax as
43 well as a higher level synchronous API implementing the MPD commands and
44 parsing all responses.
46 This package contains the API documentation.