diff options
author | Clombrong <clombrong@egregore.fun> | 2025-04-23 17:56:20 +0200 |
---|---|---|
committer | Clombrong <cromblong@egregore.fun> | 2025-04-23 17:56:20 +0200 |
commit | 1aa2f2dac32d4289ce95db806589c05ea102503c (patch) | |
tree | 750d17ad43ac412373e5daf770302c34a7b85fcf /flesh_websockets.opam | |
parent | 34f072dda231f0de4cfdcd86bfe921fcefc134fb (diff) |
feat: add ws endpoint detection function
Diffstat (limited to 'flesh_websockets.opam')
-rw-r--r-- | flesh_websockets.opam | 2 |
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} ] |