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 | |
parent | d067ba669395e5a1d323201f379a72c928ee198c (diff) |
feat(portal-tcp): add ca-certs dependency
-rw-r--r-- | dune-project | 1 | ||||
-rw-r--r-- | portal-tcp.opam | 1 |
2 files changed, 2 insertions, 0 deletions
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} |