diff options
Diffstat (limited to 'mpdwatch/dune')
-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))) |