aboutsummaryrefslogtreecommitdiff
path: root/editor/state/dune
diff options
context:
space:
mode:
Diffstat (limited to 'editor/state/dune')
-rwxr-xr-xeditor/state/dune9
1 files changed, 9 insertions, 0 deletions
diff --git a/editor/state/dune b/editor/state/dune
new file mode 100755
index 0000000..dd405a1
--- /dev/null
+++ b/editor/state/dune
@@ -0,0 +1,9 @@
+(library
+ (name state)
+ (libraries
+ brr
+ prosemirror
+ plugins
+ )
+ (preprocess (pps js_of_ocaml-ppx))
+ )