diff options
author | Clombrong <cromblong@egregore.fun> | 2025-06-25 10:11:34 +0200 |
---|---|---|
committer | Clombrong <cromblong@egregore.fun> | 2025-06-25 10:11:34 +0200 |
commit | 43755d2956879e72056c900a00248be9f240fe39 (patch) | |
tree | 87f08368f85b148f8ef846301afe87e9e3c3ba6c /portal/ws/dune | |
parent | d9457c4b845d1027075e39f40a4dbf6d401eebaa (diff) |
feat(portal): remove lib/ subdirectory
Diffstat (limited to 'portal/ws/dune')
-rw-r--r-- | portal/ws/dune | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/portal/ws/dune b/portal/ws/dune new file mode 100644 index 0000000..22de458 --- /dev/null +++ b/portal/ws/dune @@ -0,0 +1,6 @@ +(library + (name portal_ws) + (implements portal) + (public_name portal-websockets) + (libraries lwt js_of_ocaml js_of_ocaml-lwt markup markup-lwt) + (preprocess (pps js_of_ocaml-ppx))) |