OCaml-libmpdclient
OCaml-libmpdclient copied to clipboard
mpd client library implementation in OCaml.
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
#20 https://www.musicpd.org/doc/html/protocol.html#binary-responses The MPD server can send binary data. How to implement it ?
Create a new branch where all the unix or others exceptions are transformed to classical `Error`.