aboutsummaryrefslogtreecommitdiff
path: root/syntax/dune
diff options
context:
space:
mode:
authorChimrod <>2023-09-22 14:12:14 +0200
committerChimrod <>2023-09-22 14:12:14 +0200
commitbd9d82035b21c8b0695c18208827c184785398af (patch)
tree5c6b03d6a82155b867e5ec2ceecd260b8868579a /syntax/dune
first commit
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 )))