aboutsummaryrefslogtreecommitdiff
path: root/lib/dune
blob: a105f368c5f15cc911bb525f18ee4b8357631481 (plain)
1
2
3
4
5
6
7
8
(library
 (public_name css_lib)
 (libraries 
    stdio
    css-parser
 )
 (preprocess (pps lwt_ppx ppx_deriving_argparse))
)