aboutsummaryrefslogtreecommitdiff
path: root/lib/elements/dune
diff options
context:
space:
mode:
Diffstat (limited to 'lib/elements/dune')
-rwxr-xr-xlib/elements/dune9
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/elements/dune b/lib/elements/dune
new file mode 100755
index 0000000..97d0753
--- /dev/null
+++ b/lib/elements/dune
@@ -0,0 +1,9 @@
+(library
+ (name elements)
+ (libraries
+ brr
+ brr.note
+ js_of_ocaml
+ )
+ (preprocess (pps ppx_hash js_of_ocaml-ppx))
+)