diff options
Diffstat (limited to 'dune-project')
-rw-r--r-- | dune-project | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/dune-project b/dune-project index 5d36f61..8fc215d 100644 --- a/dune-project +++ b/dune-project @@ -14,3 +14,10 @@ (base (>= 0.13.0)) (cohttp-lwt-unix (>= 4.0.0)) (lwt_ssl (>= 1.1.3)))) + +(package + (name mpdlb) + (synopsis "ListenBrainz listen submitter for MPD") + (license GPL-3) + (depends + (ocamllb (>= 0)))) |