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