aboutsummaryrefslogtreecommitdiff
path: root/flesh_websockets.opam
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 /flesh_websockets.opam
parent34f072dda231f0de4cfdcd86bfe921fcefc134fb (diff)
feat: add ws endpoint detection function
Diffstat (limited to 'flesh_websockets.opam')
-rw-r--r--flesh_websockets.opam2
1 files changed, 2 insertions, 0 deletions
diff --git a/flesh_websockets.opam b/flesh_websockets.opam
index 553b2b3..4b8cd05 100644
--- a/flesh_websockets.opam
+++ b/flesh_websockets.opam
@@ -12,7 +12,9 @@ depends: [
"ocaml"
"dune" {>= "3.11"}
"js_of_ocaml"
+ "js_of_ocaml-lwt"
"js_of_ocaml-ppx"
+ "xmlm"
"flesh" {= version & with-test}
"odoc" {with-doc}
]