aboutsummaryrefslogtreecommitdiff
path: root/lib/containers/dune
blob: d9b06cf50e8463e4682d15665066a232b60744ec (plain)
1
2
3
4
5
6
7
8
9
10
(library
 (name importContainers)
 (libraries 
   importDataTypes
 )
 (preprocess (pps 
     ppx_deriving.ord
     ppx_deriving.show 
     ppx_deriving.eq ))
)