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