(library
 (name x)
 (libraries js_of_ocaml)
 (public_name x)
 (js_of_ocaml
  (flags (--pretty)) (javascript_files runtime.js))
 )
