aboutsummaryrefslogtreecommitdiff
path: root/lib/elements/dune
diff options
context:
space:
mode:
authorSébastien Dailly <sebastien@dailly.me>2022-02-07 15:38:37 +0100
committerSébastien Dailly <sebastien@dailly.me>2022-02-07 16:01:12 +0100
commit77544bdfad2af41514ec1435f706fee87ea2969e (patch)
tree4de23870e08711da25ff92e9670370fc0a74e459 /lib/elements/dune
parentad526111f0dd619ae9e0e98ef2253146b58a068f (diff)
Added viz.js code
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))
+)