diff options
author | Clombrong <cromblong@egregore.fun> | 2025-06-25 18:20:52 +0200 |
---|---|---|
committer | Clombrong <cromblong@egregore.fun> | 2025-06-25 18:31:08 +0200 |
commit | 7c08401fb1305b2141f76ea0ca7844f4628c93d7 (patch) | |
tree | 6087d9e40f3b2ea19a38b3725c11ee04bd1ca9a0 /portal/tcp/dune | |
parent | 9b22f650dafeb8dc193dadd1a10182724382c6a7 (diff) |
feat(portal_tcp): add tcp_stream function
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 43366c0..40fa592 100644 --- a/portal/tcp/dune +++ b/portal/tcp/dune @@ -1,3 +1,3 @@ (library (name portal_tcp) - (libraries lwt markup markup-lwt)) + (libraries lwt lwt.unix markup markup-lwt)) |