datasone / libmpdclient

C library to implement a MPD client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

libmpdclient

libmpdclient is a C library which implements the Music Player Daemon protocol.

The API documentation is generated during the build if you have doxygen. You may browse it online:

http://www.musicpd.org/doc/libmpdclient/

libmpdclient is released under the revised BSD License. For the full license, see COPYING.

Installing from source

You need:

Run meson:

meson . output

Compile and install:

ninja -C output
ninja -C output install

Links

About

C library to implement a MPD client

License:Other


Languages

Language:C 94.4%Language:Vala 4.2%Language:Meson 1.1%Language:Python 0.3%Language:Shell 0.0%