summaryrefslogtreecommitdiff
path: root/editor/actions/dune
diff options
context:
space:
mode:
Diffstat (limited to 'editor/actions/dune')
-rwxr-xr-xeditor/actions/dune13
1 files changed, 13 insertions, 0 deletions
diff --git a/editor/actions/dune b/editor/actions/dune
new file mode 100755
index 0000000..5d269c4
--- /dev/null
+++ b/editor/actions/dune
@@ -0,0 +1,13 @@
+(library
+ (name actions)
+ (libraries
+ brr
+ brr.note
+ elements
+ blog
+ js_lib
+ forms
+ state
+ )
+ (preprocess (pps js_of_ocaml-ppx))
+ )