(executable (name main) (libraries brr note.brr application aoo ) (modes js) (preprocess (pps js_of_ocaml-ppx)) (link_flags (:standard -no-check-prims)) ) (rule (targets aoo.js) (deps main.bc.js) (action (copy %{deps} %{targets})))