aboutsummaryrefslogtreecommitdiff
path: root/lib/brr_handler/dune
blob: 7d096c9873897ff10f6ec286af04c603c33de5ca (plain)
1
2
3
4
5
6
7
8
9
10
11
(library
 (name js_handler)
 (libraries 
   brr
   yojson
   v_string
   path
   services
   )
 (preprocess (pps ppx_yojson_conv lwt_ppx))
 )