aboutsummaryrefslogtreecommitdiff
path: root/mpdwatch/dune
diff options
context:
space:
mode:
authorRyan Kavanagh <rak@rak.ac>2021-11-12 21:33:05 -0500
committerRyan Kavanagh <rak@rak.ac>2021-11-12 21:33:19 -0500
commitb53a8d85da1ddb2e27619dfdc3848a8420fde70e (patch)
treef25fb577ba3dfcc5b175251febc9825852662acf /mpdwatch/dune
parentRefactor (diff)
Added parsing of currentsong for mpd protocoldevel
Diffstat (limited to '')
-rw-r--r--mpdwatch/dune6
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)))