aboutsummaryrefslogtreecommitdiff
path: root/lib/checks/dune
blob: 6820c077760d28d698e6137a9a48e82d39eb08e0 (plain)
1
2
3
4
5
(library
 (name qsp_checks)
 (libraries tsort qsp_syntax)
 (preprocess
  (pps ppx_deriving.show ppx_deriving.enum ppx_deriving.ord ppx_deriving.eq)))