From d067ba669395e5a1d323201f379a72c928ee198c Mon Sep 17 00:00:00 2001 From: Clombrong Date: Fri, 27 Jun 2025 11:22:51 +0200 Subject: feat(portal-tcp): add tls-lwt dependency --- dune-project | 1 + portal-tcp.opam | 1 + 2 files changed, 2 insertions(+) diff --git a/dune-project b/dune-project index 6adc22f..6927fe6 100644 --- a/dune-project +++ b/dune-project @@ -76,6 +76,7 @@ You should probably not use this unless you know what you're doing.") (depends ocaml dune + tls-lwt (merlin :with-test) (utop :with-test)) (tags diff --git a/portal-tcp.opam b/portal-tcp.opam index d9358e5..a87ccd7 100644 --- a/portal-tcp.opam +++ b/portal-tcp.opam @@ -16,6 +16,7 @@ bug-reports: "https://forge.fsky.io/clombrong/flesh/issues" depends: [ "ocaml" "dune" {>= "3.11"} + "tls-lwt" "merlin" {with-test} "utop" {with-test} "odoc" {with-doc} -- cgit v1.2.3