aboutsummaryrefslogtreecommitdiff
path: root/lib/js_lib/dune
blob: 131a4bfdd601305af883666ac3d560cd344a02db (plain)
1
2
3
4
5
6
7
8
9
(library
 (name js_lib)
 (libraries 
   brr
   brr.note
   js_of_ocaml
   )
 (preprocess (pps js_of_ocaml-ppx))
)