diff options
author | Clombrong <clombrong@egregore.fun> | 2025-04-22 14:35:23 +0200 |
---|---|---|
committer | Clombrong <cromblong@egregore.fun> | 2025-04-22 14:35:23 +0200 |
commit | 3c935560874956d1b2d92024d09544b749a707b2 (patch) | |
tree | e58bd4af3b45f626ae1b2024a9a25ebcc5d345a2 /lib/flesh.ml | |
parent | ca9611cef50cf81c47fcac3b1a8ef972b2d3dbf5 (diff) |
feat: new module flesh_websockets.
Create flesh_websockets module.
Add lwt_ws function.
Diffstat (limited to 'lib/flesh.ml')
-rw-r--r-- | lib/flesh.ml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/flesh.ml b/lib/flesh.ml deleted file mode 100644 index 969d285..0000000 --- a/lib/flesh.ml +++ /dev/null @@ -1 +0,0 @@ -let hello = Lwt_stream.of_string "Hello, flesh." |