aboutsummaryrefslogtreecommitdiff
path: root/lib/dune
blob: f04ae9af8815a00251bb9e8d9d1df692a13569ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
(library
 (name ann_bloop)
 (libraries uri 
        cohttp-lwt-unix
        containers 
        base64
        mirage-crypto 
        x509
        lwt 
        cohttp 
        dream
        calendar
        ptime 
        decoders-yojson
 )
 (preprocess (pps lwt_ppx ppx_yojson_conv ppx_inline_test ))
 (inline_tests)
 )