(lang dune 2.9)
(name js_of_ocaml-ocamlbuild)
(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))
 (native_archives ocamlbuild_js_of_ocaml.a)
 (requires ocamlbuild str)
 (main_module_name Ocamlbuild_js_of_ocaml)
 (modes byte native)
 (modules
  (singleton
   (name Ocamlbuild_js_of_ocaml)
   (obj_name ocamlbuild_js_of_ocaml)
   (visibility public)
   (impl)
   (intf))))
