aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dune-project5
-rw-r--r--lib/dune3
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))))
diff --git a/lib/dune b/lib/dune
index 2f9cfb7..8ab384d 100644
--- a/lib/dune
+++ b/lib/dune
@@ -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