aboutsummaryrefslogtreecommitdiff
path: root/lib/syntax/dune
blob: 1459d0cc1170a05a14dbbd2d0113f3de54ba9f74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
(library
 (name importerSyntax)
 (libraries 
   otoml
   importDataTypes
   importExpression
 )
 (preprocess (pps 
   ppx_deriving.show 
   ppx_deriving.eq 
 ))
)