diff options
author | Clombrong <cromblong@egregore.fun> | 2025-06-28 09:22:56 +0200 |
---|---|---|
committer | Clombrong <cromblong@egregore.fun> | 2025-06-28 09:22:56 +0200 |
commit | 68fc2a71f492b935a60ed314d4d618c9cfec7742 (patch) | |
tree | a9d85ff5847f9e9e8db56ae5fa7a4d4b969a6889 /portal/tcp/dune | |
parent | abbbf3ccaf173f83c385593544f72448c962edb5 (diff) |
feat(portal_tcp): add Tls variant to socket type
Diffstat (limited to 'portal/tcp/dune')
-rw-r--r-- | portal/tcp/dune | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/portal/tcp/dune b/portal/tcp/dune index 97c1f62..971ed81 100644 --- a/portal/tcp/dune +++ b/portal/tcp/dune @@ -2,5 +2,5 @@ (name portal_tcp) (implements portal) (public_name portal-tcp) - (libraries lwt lwt.unix markup markup-lwt) + (libraries lwt lwt.unix markup markup-lwt tls tls-lwt) (preprocess (pps lwt_ppx))) |