From 98f092a2e47882091bbbe10642cc810df9e11f5e Mon Sep 17 00:00:00 2001 From: Clombrong Date: Tue, 17 Jun 2025 23:20:03 +0200 Subject: feat(portal): depend on markup.ml --- dune-project | 5 ++--- portal-websockets.opam | 3 --- portal.opam | 2 ++ 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/dune-project b/dune-project index 52aab83..8a2260d 100644 --- a/dune-project +++ b/dune-project @@ -43,6 +43,8 @@ In turn, the Portal module can implement various transports to XMPP (WebSockets, ocaml dune lwt + markup + markup-lwt (merlin :with-test) (utop :with-test)) (tags @@ -58,9 +60,6 @@ In turn, the Portal module can implement various transports to XMPP (WebSockets, js_of_ocaml js_of_ocaml-lwt js_of_ocaml-ppx - xmlm - markup - markup-lwt (merlin :with-test) (utop :with-test)) (tags diff --git a/portal-websockets.opam b/portal-websockets.opam index 101de6f..e95bb1b 100644 --- a/portal-websockets.opam +++ b/portal-websockets.opam @@ -14,9 +14,6 @@ depends: [ "js_of_ocaml" "js_of_ocaml-lwt" "js_of_ocaml-ppx" - "xmlm" - "markup" - "markup-lwt" "merlin" {with-test} "utop" {with-test} "odoc" {with-doc} diff --git a/portal.opam b/portal.opam index 8d60e7f..2237a6d 100644 --- a/portal.opam +++ b/portal.opam @@ -15,6 +15,8 @@ depends: [ "ocaml" "dune" {>= "3.11"} "lwt" + "markup" + "markup-lwt" "merlin" {with-test} "utop" {with-test} "odoc" {with-doc} -- cgit v1.2.3