aboutsummaryrefslogtreecommitdiff
path: root/lib/checks/dune
blob: d7db2f3b4b2f7589b4078e0cf1b1753944c1baa6 (plain)
1
2
3
4
5
6
7
8
9
(library
 (name qsp_checks)
 (libraries 
   qsp_syntax
 )
 
 (preprocess (pps 
   ppx_deriving.show ppx_deriving.enum
   ppx_deriving.eq )))