aboutsummaryrefslogtreecommitdiff
path: root/lib/services/dune
blob: be8de920f742bf9f8141311be010223cbc701a53 (plain)
1
2
3
4
5
6
7
8
9
10
(library
 (name services)

 (libraries  
   lwt 
   yojson 
   path)
 (preprocess (pps ppx_yojson_conv))
 )