(lang dune 1.8)
(name js_of_ocaml-ppx_deriving_json)
(version dev)
(library
 (name js_of_ocaml-ppx_deriving_json)
 (kind ppx_deriver)
 (synopsis "[@@deriving json]")
 (archives (byte ppx_deriving_json.cma) (native ppx_deriving_json.cmxa))
 (plugins (byte ppx_deriving_json.cma) (native ppx_deriving_json.cmxs))
 (foreign_archives (native ppx_deriving_json.a))
 (requires ppx_deriving.api compiler-libs ppx_tools)
 (ppx_runtime_deps js_of_ocaml.deriving)
 (main_module_name Ppx_deriving_json)
 (modes byte native)
 (modules
  (main_module_name Ppx_deriving_json)
  (modules
   ((name Ppx_deriving_json)
    (obj_name ppx_deriving_json)
    (visibility public)
    (impl)))
  (wrapped true)))
