aboutsummaryrefslogtreecommitdiff
path: root/portal-tcp.opam
diff options
context:
space:
mode:
authorClombrong <cromblong@egregore.fun>2025-06-27 11:22:51 +0200
committerClombrong <cromblong@egregore.fun>2025-06-27 12:09:19 +0200
commitd067ba669395e5a1d323201f379a72c928ee198c (patch)
tree2cc8bf2cc75893aedddf4643c433b588c619c006 /portal-tcp.opam
parent2e5f2e0bbf5a34b6d49293a1c2099123a781fc52 (diff)
feat(portal-tcp): add tls-lwt dependency
Diffstat (limited to 'portal-tcp.opam')
-rw-r--r--portal-tcp.opam1
1 files changed, 1 insertions, 0 deletions
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}