From b53a8d85da1ddb2e27619dfdc3848a8420fde70e Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Fri, 12 Nov 2021 21:33:05 -0500 Subject: Added parsing of currentsong for mpd protocol --- mpdwatch/dune | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 mpdwatch/dune (limited to 'mpdwatch/dune') diff --git a/mpdwatch/dune b/mpdwatch/dune new file mode 100644 index 0000000..1a24b65 --- /dev/null +++ b/mpdwatch/dune @@ -0,0 +1,6 @@ +(library + (name mpdwatch) + (libraries + angstrom + angstrom-lwt-unix) + (preprocess (pps lwt_ppx))) -- cgit v1.2.3