about summary refs log tree commit diff
path: root/src/elaborator/dune
diff options
context:
space:
mode:
Diffstat (limited to 'src/elaborator/dune')
-rw-r--r--src/elaborator/dune11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/elaborator/dune b/src/elaborator/dune
new file mode 100644
index 0000000..46227f0
--- /dev/null
+++ b/src/elaborator/dune
@@ -0,0 +1,11 @@
+(library
+ (name Elaborator)
+ (public_name toytt.elaborator)
+ (libraries
+  algaeff
+  bwd
+  toytt.ast
+  toytt.ident
+  toytt.nbe
+  toytt.pretty
+  toytt.reporter))