aboutsummaryrefslogtreecommitdiff
path: root/lib/data_types/dune
blob: e38310b0a3f06dba3a073bc16b8e3eede7abc34a (plain)
1
2
3
4
5
6
7
8
9
10
(library
 (name importDataTypes)
 (libraries 
   importCSV
 )

 (preprocess (pps ppx_deriving.ord))
 )