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