summaryrefslogtreecommitdiff
path: root/lib/dune
blob: bd587da985bf3e23f959764603666575d26ecb76 (plain)
1
2
3
4
5
6
7
8
9
10
11
(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)))