aboutsummaryrefslogtreecommitdiff
path: root/lib/dune
blob: 36c2ece442425004645b997c68efe666b6b50443 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
(library
 (public_name flesh)
 (libraries
   lwt
   base64
   portal
   markup
   markup-lwt)
 (inline_tests
  (libraries portal-tcp))
 (preprocess (pps ppx_deriving.show ppx_expect)))