summaryrefslogtreecommitdiff
path: root/lib/dune
blob: e0f17c8f41e0fe1cd4dda451feb6520a5951d7f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
(library
 (public_name nixtamal)
 (name nixtamal)
 (libraries eio eio_main jingoo jsont jsont.bytesrw kdl logs saturn uri)
 (preprocess
  (pps
   ppx_deriving.enum
   ppx_deriving.eq
   ppx_deriving.ord
   ppx_deriving.make
   ppx_deriving.show
   ppx_deriving_qcheck)))