diff options
author | Clombrong <clombrong@egregore.fun> | 2025-04-22 14:35:23 +0200 |
---|---|---|
committer | Clombrong <cromblong@egregore.fun> | 2025-04-22 14:35:23 +0200 |
commit | 3c935560874956d1b2d92024d09544b749a707b2 (patch) | |
tree | e58bd4af3b45f626ae1b2024a9a25ebcc5d345a2 /lib/portal/dune | |
parent | ca9611cef50cf81c47fcac3b1a8ef972b2d3dbf5 (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/dune | 6 |
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))) |