aboutsummaryrefslogtreecommitdiff
path: root/syntax/dune
diff options
context:
space:
mode:
Diffstat (limited to 'syntax/dune')
-rw-r--r--syntax/dune6
1 files changed, 6 insertions, 0 deletions
diff --git a/syntax/dune b/syntax/dune
new file mode 100644
index 0000000..8188de8
--- /dev/null
+++ b/syntax/dune
@@ -0,0 +1,6 @@
+(library
+ (name qsp_syntax)
+
+ (preprocess (pps
+ ppx_deriving.show
+ ppx_deriving.eq )))