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