Skip to content

agentsim/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

Links

About

C library to implement a MPD client

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 93.3%
  • Vala 4.4%
  • Meson 1.2%
  • Other 1.1%