summaryrefslogtreecommitdiff
path: root/editor/state/dune
blob: b61174dde8d604141ae36944e89c99a8e0aea86e (plain)
1
2
3
4
5
6
7
8
9
10
(library
 (name state)
 (libraries 
   brr
   application
   prosemirror
   plugins
   )
 (preprocess (pps js_of_ocaml-ppx))
 )