diff options
-rw-r--r-- | dune-project | 2 | ||||
-rw-r--r-- | flesh.opam | 1 | ||||
-rw-r--r-- | portal.opam | 1 |
3 files changed, 4 insertions, 0 deletions
diff --git a/dune-project b/dune-project index 96234e6..0bb6ba5 100644 --- a/dune-project +++ b/dune-project @@ -24,6 +24,7 @@ ocaml dune lwt + lwt_ppx base64 ppx_deriving (js_of_ocaml-compiler @@ -43,6 +44,7 @@ In turn, the Portal module can implement various transports to XMPP (WebSockets, ocaml dune lwt + lwt_ppx markup markup-lwt (merlin :with-test) @@ -13,6 +13,7 @@ depends: [ "ocaml" "dune" {>= "3.11"} "lwt" + "lwt_ppx" "base64" "ppx_deriving" "js_of_ocaml-compiler" {with-test} diff --git a/portal.opam b/portal.opam index 2237a6d..c7e5e34 100644 --- a/portal.opam +++ b/portal.opam @@ -15,6 +15,7 @@ depends: [ "ocaml" "dune" {>= "3.11"} "lwt" + "lwt_ppx" "markup" "markup-lwt" "merlin" {with-test} |