aboutsummaryrefslogtreecommitdiff
path: root/lib/checks/dune
diff options
context:
space:
mode:
Diffstat (limited to 'lib/checks/dune')
-rw-r--r--lib/checks/dune9
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/checks/dune b/lib/checks/dune
new file mode 100644
index 0000000..d7db2f3
--- /dev/null
+++ b/lib/checks/dune
@@ -0,0 +1,9 @@
+(library
+ (name qsp_checks)
+ (libraries
+ qsp_syntax
+ )
+
+ (preprocess (pps
+ ppx_deriving.show ppx_deriving.enum
+ ppx_deriving.eq )))