summaryrefslogtreecommitdiff
path: root/lib/dune
blob: 9369a82c469b9be59242a09f21246133421eb851 (plain) (blame)
1
2
3
4
5
6
7
8
9
(library
 (public_name flesh)
 (libraries
   lwt
   base64
   portal
   markup
   markup-lwt)
 (preprocess (pps ppx_deriving.show)))