diff options
author | Clombrong <cromblong@egregore.fun> | 2025-06-27 12:20:29 +0200 |
---|---|---|
committer | Clombrong <cromblong@egregore.fun> | 2025-06-27 12:20:29 +0200 |
commit | 8e8f2974fb511986fbf0b183e6209323289fc13a (patch) | |
tree | 58a483327e5e80505817081020e5394aff998602 /portal-tcp.opam | |
parent | d067ba669395e5a1d323201f379a72c928ee198c (diff) |
feat(portal-tcp): add ca-certs dependency
Diffstat (limited to 'portal-tcp.opam')
-rw-r--r-- | portal-tcp.opam | 1 |
1 files changed, 1 insertions, 0 deletions
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} |