diff options
-rw-r--r-- | dune-project | 5 | ||||
-rw-r--r-- | lib/dune | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/dune-project b/dune-project index 3108045..5d36f61 100644 --- a/dune-project +++ b/dune-project @@ -10,4 +10,7 @@ (name ocamllb) (synopsis "ListenBrainz library") (depends - (atdgen (>= 2.0.0)))) + (atdgen (>= 2.0.0)) + (base (>= 0.13.0)) + (cohttp-lwt-unix (>= 4.0.0)) + (lwt_ssl (>= 1.1.3)))) @@ -1,7 +1,8 @@ (library (name ocamllb) (public_name ocamllb) - (libraries atdgen)) + (libraries atdgen base cohttp-lwt-unix core lwt str uri) + (preprocess (pps lwt_ppx))) (rule (targets listenbrainz_j.ml |