summaryrefslogtreecommitdiff
path: root/editor/actions/dune
blob: 5d269c40b800e711dc88de1c78f30e449a852249 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
(library
 (name actions)
 (libraries 
   brr
   brr.note
   elements
   blog
   js_lib
   forms
   state
   )
 (preprocess (pps js_of_ocaml-ppx))
 )