(lang dune 1.8)
(name js_of_ocaml-ocamlbuild)
(version dev)
(library
 (name js_of_ocaml-ocamlbuild)
 (kind normal)
 (synopsis "Js_of_ocaml ocamlbuild plugin")
 (archives
  (byte ocamlbuild_js_of_ocaml.cma)
  (native ocamlbuild_js_of_ocaml.cmxa))
 (plugins
  (byte ocamlbuild_js_of_ocaml.cma)
  (native ocamlbuild_js_of_ocaml.cmxs))
 (foreign_archives (native ocamlbuild_js_of_ocaml.a))
 (requires ocamlbuild str)
 (main_module_name Ocamlbuild_js_of_ocaml)
 (modes byte native)
 (modules
  (main_module_name Ocamlbuild_js_of_ocaml)
  (modules
   ((name Ocamlbuild_js_of_ocaml)
    (obj_name ocamlbuild_js_of_ocaml)
    (visibility public)
    (impl)
    (intf)))
  (wrapped true)))
