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