aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/dune3
-rw-r--r--lib/flesh.ml1
2 files changed, 3 insertions, 1 deletions
diff --git a/lib/dune b/lib/dune
index 2c76709..af1b3ad 100644
--- a/lib/dune
+++ b/lib/dune
@@ -1,3 +1,4 @@
(library
(public_name flesh)
- (name flesh))
+ (name flesh)
+ (libraries lwt))
diff --git a/lib/flesh.ml b/lib/flesh.ml
new file mode 100644
index 0000000..969d285
--- /dev/null
+++ b/lib/flesh.ml
@@ -0,0 +1 @@
+let hello = Lwt_stream.of_string "Hello, flesh."