diff options
author | Clombrong <clombrong@egregore.fun> | 2025-05-29 22:24:51 +0200 |
---|---|---|
committer | Clombrong <cromblong@egregore.fun> | 2025-05-29 22:24:51 +0200 |
commit | dd1d5f910002c9e8c917938f30dfcc2c0d9bbe82 (patch) | |
tree | 3cbdd9764ba05ed999f069d3b7ec8cd061284611 /portal/lib/ws/dune | |
parent | 2078ab7d47d3f7c6b93b05cd0aa75091ad3a09d5 (diff) |
refactor(portal_ws): move to portal/lib/ws/
Diffstat (limited to 'portal/lib/ws/dune')
-rw-r--r-- | portal/lib/ws/dune | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/portal/lib/ws/dune b/portal/lib/ws/dune new file mode 100644 index 0000000..a7c9844 --- /dev/null +++ b/portal/lib/ws/dune @@ -0,0 +1,5 @@ +(library + (name portal_ws) + (public_name portal-websockets) + (libraries lwt js_of_ocaml js_of_ocaml-lwt xmlm markup markup-lwt) + (preprocess (pps js_of_ocaml-ppx))) |