Skip to content

TheCrueltySage/libmpdclient

 
 

Repository files navigation

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

About

C library to implement a MPD client

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 92.9%
  • Vala 5.1%
  • Meson 1.3%
  • Other 0.7%