summaryrefslogtreecommitdiff
path: root/blog/dune
blob: 532a7ee204fbd5a0d753d6770d305633835c153f (plain)
1
2
3
4
5
6
7
8
(library
 (name blog)
 (libraries 
   brr
   brr.note
   js_of_ocaml-tyxml)
 (preprocess (pps tyxml-ppx))
 )