summaryrefslogtreecommitdiff
path: root/portal/lib/dune
diff options
context:
space:
mode:
authorClombrong <clombrong@egregore.fun>2025-05-29 22:24:51 +0200
committerClombrong <cromblong@egregore.fun>2025-05-29 22:24:51 +0200
commitdd1d5f910002c9e8c917938f30dfcc2c0d9bbe82 (patch)
tree3cbdd9764ba05ed999f069d3b7ec8cd061284611 /portal/lib/dune
parent2078ab7d47d3f7c6b93b05cd0aa75091ad3a09d5 (diff)
refactor(portal_ws): move to portal/lib/ws/
Diffstat (limited to 'portal/lib/dune')
-rw-r--r--portal/lib/dune5
1 files changed, 0 insertions, 5 deletions
diff --git a/portal/lib/dune b/portal/lib/dune
deleted file mode 100644
index a7c9844..0000000
--- a/portal/lib/dune
+++ /dev/null
@@ -1,5 +0,0 @@
-(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)))