diff options
-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} |