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