aboutsummaryrefslogtreecommitdiff
path: root/lib/cohttp_handler/dune
blob: 3aabbd032369e632a2d910f5f0fedaccd2585126 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
(library
 (name cohttp_handler)
 (libraries 
   uri
   cohttp
   cohttp-lwt
   cohttp-lwt-unix

   operators
   v_string
   path
   services
   )
 (preprocess (pps ppx_yojson_conv lwt_ppx))
 )