diff options
author | Clombrong <clombrong@egregore.fun> | 2025-05-29 22:16:11 +0200 |
---|---|---|
committer | Clombrong <cromblong@egregore.fun> | 2025-05-29 22:16:11 +0200 |
commit | 2078ab7d47d3f7c6b93b05cd0aa75091ad3a09d5 (patch) | |
tree | 37268cc766af5d8dfcacf5fb770fc0d75c28ecb1 /dune-project | |
parent | 94172590a6a64bf7c33c4cdff90660da7562c433 (diff) |
feat(opam): rename flesh_websockets to portal-websockets
Diffstat (limited to 'dune-project')
-rw-r--r-- | dune-project | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dune-project b/dune-project index 38ac281..6a95ff6 100644 --- a/dune-project +++ b/dune-project @@ -32,9 +32,9 @@ (xmpp lwt))) (package - (name flesh_websockets) - (synopsis "WebSockets Flesh portal") - (description "This library implements a Flesh portal for Websockets.") + (name portal-websockets) + (synopsis "WebSockets XMPP portal") + (description "This library implements an XMPP Portal for Websockets.") (depends ocaml dune |