diff options
author | Ryan Kavanagh <rak@rak.ac> | 2021-11-12 21:33:05 -0500 |
---|---|---|
committer | Ryan Kavanagh <rak@rak.ac> | 2021-11-12 21:33:19 -0500 |
commit | b53a8d85da1ddb2e27619dfdc3848a8420fde70e (patch) | |
tree | f25fb577ba3dfcc5b175251febc9825852662acf /mpdwatch/dune | |
parent | Refactor (diff) |
Added parsing of currentsong for mpd protocoldevel
Diffstat (limited to '')
-rw-r--r-- | mpdwatch/dune | 6 |
1 files changed, 6 insertions, 0 deletions
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))) |