From 2078ab7d47d3f7c6b93b05cd0aa75091ad3a09d5 Mon Sep 17 00:00:00 2001 From: Clombrong Date: Thu, 29 May 2025 22:16:11 +0200 Subject: feat(opam): rename flesh_websockets to portal-websockets --- dune-project | 6 +++--- flesh_websockets.opam | 38 -------------------------------------- portal-websockets.opam | 38 ++++++++++++++++++++++++++++++++++++++ portal/lib/dune | 3 +-- 4 files changed, 42 insertions(+), 43 deletions(-) delete mode 100644 flesh_websockets.opam create mode 100644 portal-websockets.opam 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/flesh_websockets.opam deleted file mode 100644 index d0f6320..0000000 --- a/flesh_websockets.opam +++ /dev/null @@ -1,38 +0,0 @@ -# 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." -maintainer: ["Clombrong"] -authors: ["Clombrong"] -license: "LGPL-3.0-or-later" -tags: ["xmpp" "flesh" "portal" "websockets" "lwt"] -homepage: "https://forge.fsky.io/clombrong/flesh" -bug-reports: "https://forge.fsky.io/clombrong/flesh/issues" -depends: [ - "ocaml" - "dune" {>= "3.11"} - "js_of_ocaml" - "js_of_ocaml-lwt" - "js_of_ocaml-ppx" - "xmlm" - "markup" - "markup-lwt" - "merlin" {with-test} - "utop" {with-test} - "odoc" {with-doc} -] -build: [ - ["dune" "subst"] {dev} - [ - "dune" - "build" - "-p" - name - "-j" - jobs - "@install" - "@runtest" {with-test} - "@doc" {with-doc} - ] -] -dev-repo: "git+https://forge.fsky.io/clombrong/flesh.git" diff --git a/portal-websockets.opam b/portal-websockets.opam new file mode 100644 index 0000000..101de6f --- /dev/null +++ b/portal-websockets.opam @@ -0,0 +1,38 @@ +# This file is generated by dune, edit dune-project instead +opam-version: "2.0" +synopsis: "WebSockets XMPP portal" +description: "This library implements an XMPP Portal for Websockets." +maintainer: ["Clombrong"] +authors: ["Clombrong"] +license: "LGPL-3.0-or-later" +tags: ["xmpp" "flesh" "portal" "websockets" "lwt"] +homepage: "https://forge.fsky.io/clombrong/flesh" +bug-reports: "https://forge.fsky.io/clombrong/flesh/issues" +depends: [ + "ocaml" + "dune" {>= "3.11"} + "js_of_ocaml" + "js_of_ocaml-lwt" + "js_of_ocaml-ppx" + "xmlm" + "markup" + "markup-lwt" + "merlin" {with-test} + "utop" {with-test} + "odoc" {with-doc} +] +build: [ + ["dune" "subst"] {dev} + [ + "dune" + "build" + "-p" + name + "-j" + jobs + "@install" + "@runtest" {with-test} + "@doc" {with-doc} + ] +] +dev-repo: "git+https://forge.fsky.io/clombrong/flesh.git" 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))) -- cgit v1.2.3