(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))
 (plugins (byte ocamlbuild_js_of_ocaml.cma))
 (requires ocamlbuild str)
 (main_module_name Ocamlbuild_js_of_ocaml)
 (modes byte)
 (modules
  (singleton
   (name Ocamlbuild_js_of_ocaml)
   (obj_name ocamlbuild_js_of_ocaml)
   (visibility public)
   (impl)
   (intf))))
