aboutsummaryrefslogtreecommitdiff
path: root/lib/portal/dune
diff options
context:
space:
mode:
authorClombrong <clombrong@egregore.fun>2025-04-23 17:56:20 +0200
committerClombrong <cromblong@egregore.fun>2025-04-23 17:56:20 +0200
commit1aa2f2dac32d4289ce95db806589c05ea102503c (patch)
tree750d17ad43ac412373e5daf770302c34a7b85fcf /lib/portal/dune
parent34f072dda231f0de4cfdcd86bfe921fcefc134fb (diff)
feat: add ws endpoint detection function
Diffstat (limited to 'lib/portal/dune')
-rw-r--r--lib/portal/dune2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/portal/dune b/lib/portal/dune
index 47b59ce..8ce0232 100644
--- a/lib/portal/dune
+++ b/lib/portal/dune
@@ -2,5 +2,5 @@
(name portal_ws)
(modules portal_ws)
(public_name flesh_websockets)
- (libraries lwt js_of_ocaml)
+ (libraries lwt js_of_ocaml js_of_ocaml-lwt xmlm)
(preprocess (pps js_of_ocaml-ppx)))