diff options
Diffstat (limited to 'editor/prosemirror/dune')
-rwxr-xr-x | editor/prosemirror/dune | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/editor/prosemirror/dune b/editor/prosemirror/dune new file mode 100755 index 0000000..4fff7b2 --- /dev/null +++ b/editor/prosemirror/dune @@ -0,0 +1,9 @@ +(library + (name prosemirror) + (libraries + brr + js_of_ocaml + j + ) + (preprocess (pps js_of_ocaml-ppx)) + ) |