about summary refs log tree commit diff
path: root/src/bin/dune
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/dune')
-rw-r--r--src/bin/dune11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/bin/dune b/src/bin/dune
new file mode 100644
index 0000000..980d799
--- /dev/null
+++ b/src/bin/dune
@@ -0,0 +1,11 @@
+(executable
+ (public_name toytt)
+ (name main)
+ (libraries
+  asai
+  linenoise
+  toytt.elaborator
+  toytt.nbe
+  toytt.parser
+  toytt.reporter
+  ))