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