From 8e8f2974fb511986fbf0b183e6209323289fc13a Mon Sep 17 00:00:00 2001 From: Clombrong Date: Fri, 27 Jun 2025 12:20:29 +0200 Subject: feat(portal-tcp): add ca-certs dependency --- dune-project | 1 + portal-tcp.opam | 1 + 2 files changed, 2 insertions(+) diff --git a/dune-project b/dune-project index 6927fe6..65a7a75 100644 --- a/dune-project +++ b/dune-project @@ -77,6 +77,7 @@ You should probably not use this unless you know what you're doing.") ocaml dune tls-lwt + ca-certs (merlin :with-test) (utop :with-test)) (tags diff --git a/portal-tcp.opam b/portal-tcp.opam index a87ccd7..fe48e81 100644 --- a/portal-tcp.opam +++ b/portal-tcp.opam @@ -17,6 +17,7 @@ depends: [ "ocaml" "dune" {>= "3.11"} "tls-lwt" + "ca-certs" "merlin" {with-test} "utop" {with-test} "odoc" {with-doc} -- cgit v1.2.3