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