aboutsummaryrefslogtreecommitdiff
path: root/portal/lib/dune
diff options
context:
space:
mode:
authorClombrong <clombrong@egregore.fun>2025-05-29 22:16:11 +0200
committerClombrong <cromblong@egregore.fun>2025-05-29 22:16:11 +0200
commit2078ab7d47d3f7c6b93b05cd0aa75091ad3a09d5 (patch)
tree37268cc766af5d8dfcacf5fb770fc0d75c28ecb1 /portal/lib/dune
parent94172590a6a64bf7c33c4cdff90660da7562c433 (diff)
feat(opam): rename flesh_websockets to portal-websockets
Diffstat (limited to 'portal/lib/dune')
-rw-r--r--portal/lib/dune3
1 files changed, 1 insertions, 2 deletions
diff --git a/portal/lib/dune b/portal/lib/dune
index 2244890..a7c9844 100644
--- a/portal/lib/dune
+++ b/portal/lib/dune
@@ -1,6 +1,5 @@
(library
(name portal_ws)
- (modules portal_ws)
- (public_name flesh_websockets)
+ (public_name portal-websockets)
(libraries lwt js_of_ocaml js_of_ocaml-lwt xmlm markup markup-lwt)
(preprocess (pps js_of_ocaml-ppx)))