diff options
author | Clombrong <cromblong@egregore.fun> | 2025-08-04 11:18:18 +0200 |
---|---|---|
committer | Clombrong <cromblong@egregore.fun> | 2025-08-11 11:39:50 +0200 |
commit | 34f37a73a02c72d88b961b3044e967f4e4f31db8 (patch) | |
tree | 24b21d4a6641461cb23346cb97798f2a535fea93 | |
parent | ad0c9ecee0e6d5890163e6350a0cf0a18fd87040 (diff) |
feat(flesh): new module Session
-rw-r--r-- | lib/dune | 3 | ||||
-rw-r--r-- | lib/flesh.ml | 1 | ||||
-rw-r--r-- | lib/session.ml | 0 |
3 files changed, 3 insertions, 1 deletions
@@ -5,7 +5,8 @@ base64 portal markup - markup-lwt) + markup-lwt + lwt_react) (inline_tests (libraries portal-tcp)) (preprocess (pps ppx_deriving.show ppx_expect))) diff --git a/lib/flesh.ml b/lib/flesh.ml index 084c21f..d9574b8 100644 --- a/lib/flesh.ml +++ b/lib/flesh.ml @@ -1,3 +1,4 @@ +module Session = Session module Stream = Stream module Sasl = Sasl module Starttls = Starttls diff --git a/lib/session.ml b/lib/session.ml new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/lib/session.ml |