OCaml-libmpdclient icon indicating copy to clipboard operation
OCaml-libmpdclient copied to clipboard

mpd client library implementation in OCaml.

Results 4 OCaml-libmpdclient issues
Sort by recently updated
recently updated
newest added

Hi. Is this library still maintained? I updated the code so it can be built with more recent OCaml compiler now. PR also includes results of `dune fmt`, because sometimes...

The Mpd specifications have been updated: https://www.musicpd.org/doc/html/protocol.html#general-protocol-syntax

enhancement

#20 https://www.musicpd.org/doc/html/protocol.html#binary-responses The MPD server can send binary data. How to implement it ?

enhancement

Create a new branch where all the unix or others exceptions are transformed to classical `Error`.