aboutsummaryrefslogtreecommitdiff
path: root/lib/portal/dune
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 /lib/portal/dune
parentca9611cef50cf81c47fcac3b1a8ef972b2d3dbf5 (diff)
feat: new module flesh_websockets.
Create flesh_websockets module. Add lwt_ws function.
Diffstat (limited to 'lib/portal/dune')
-rw-r--r--lib/portal/dune6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/portal/dune b/lib/portal/dune
new file mode 100644
index 0000000..47b59ce
--- /dev/null
+++ b/lib/portal/dune
@@ -0,0 +1,6 @@
+(library
+ (name portal_ws)
+ (modules portal_ws)
+ (public_name flesh_websockets)
+ (libraries lwt js_of_ocaml)
+ (preprocess (pps js_of_ocaml-ppx)))