about summary refs log tree commit diff
path: root/src/driver/dune
diff options
context:
space:
mode:
Diffstat (limited to 'src/driver/dune')
-rw-r--r--src/driver/dune12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/driver/dune b/src/driver/dune
new file mode 100644
index 0000000..db5f824
--- /dev/null
+++ b/src/driver/dune
@@ -0,0 +1,12 @@
+(library
+ (name Driver)
+ (public_name toytt.driver)
+ (libraries
+  algaeff
+  bwd
+  toytt.ast
+  toytt.elaborator
+  toytt.error
+  toytt.nbe
+  toytt.parser
+  toytt.toplevel))