aboutsummaryrefslogtreecommitdiff
path: root/dune-project
diff options
context:
space:
mode:
authorClombrong <clombrong@egregore.fun>2025-04-22 14:35:23 +0200
committerClombrong <cromblong@egregore.fun>2025-04-22 14:35:23 +0200
commit3c935560874956d1b2d92024d09544b749a707b2 (patch)
treee58bd4af3b45f626ae1b2024a9a25ebcc5d345a2 /dune-project
parentca9611cef50cf81c47fcac3b1a8ef972b2d3dbf5 (diff)
feat: new module flesh_websockets.
Create flesh_websockets module. Add lwt_ws function.
Diffstat (limited to 'dune-project')
-rw-r--r--dune-project15
1 files changed, 15 insertions, 0 deletions
diff --git a/dune-project b/dune-project
index 7d0b0e4..a46653c 100644
--- a/dune-project
+++ b/dune-project
@@ -30,4 +30,19 @@
(tags
(xmpp lwt)))
+(package
+ (name flesh_websockets)
+ (synopsis "WebSockets Flesh portal")
+ (description "This library implements a Flesh portal for Websockets.")
+ (depends
+ ocaml
+ dune
+ js_of_ocaml
+ js_of_ocaml-ppx
+ (flesh
+ (and (= :version)
+ :with-test)))
+ (tags
+ (xmpp flesh websockets lwt)))
+
; See the complete stanza docs at https://dune.readthedocs.io/en/stable/dune-files.html#dune-project