aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Kavanagh <rak@rak.ac>2021-11-06 20:09:53 -0400
committerRyan Kavanagh <rak@rak.ac>2021-11-06 20:09:53 -0400
commit1bf301ecba02137d9327963c5bb98326d45e6563 (patch)
treeab7f1e4fd70979f608c3180dc8e471a0e6d51c7c
parentgitignore (diff)
Add dependencies
-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