diff options
author | Clombrong <cromblong@egregore.fun> | 2025-06-28 09:22:56 +0200 |
---|---|---|
committer | Clombrong <cromblong@egregore.fun> | 2025-06-28 13:15:59 +0200 |
commit | bfc0c0bc1bd41464b3beac4747d4458f1315a2ee (patch) | |
tree | 379b5f676ef874faf16711356f77ceb17836e4e7 /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))) |