aboutsummaryrefslogtreecommitdiff
path: root/bin/dune
blob: 697402fe6289f8905cf12ea2b979ea735cfb7154 (plain)
1
2
3
4
5
6
7
8
9
10
11
(executable
 (public_name qsp_parser)
 (name main)
 (libraries 
   qsp_syntax
   qsp_parser)

 (preprocess (pps 
   ppx_deriving.show 
   ppx_deriving.eq )))