diff options
-rw-r--r-- | dune-project | 6 | ||||
-rw-r--r-- | portal-websockets.opam (renamed from flesh_websockets.opam) | 4 | ||||
-rw-r--r-- | portal/lib/dune | 3 |
3 files changed, 6 insertions, 7 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 diff --git a/flesh_websockets.opam b/portal-websockets.opam index d0f6320..101de6f 100644 --- a/flesh_websockets.opam +++ b/portal-websockets.opam @@ -1,7 +1,7 @@ # This file is generated by dune, edit dune-project instead opam-version: "2.0" -synopsis: "WebSockets Flesh portal" -description: "This library implements a Flesh portal for Websockets." +synopsis: "WebSockets XMPP portal" +description: "This library implements an XMPP Portal for Websockets." maintainer: ["Clombrong"] authors: ["Clombrong"] license: "LGPL-3.0-or-later" 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))) |