(lang dune 2.9)
(name ppx_deriving_yojson)
(version 3.7.0)
(library
 (name ppx_deriving_yojson)
 (kind ppx_deriver)
 (synopsis "[@@deriving yojson]")
 (archives (byte ppx_deriving_yojson.cma) (native ppx_deriving_yojson.cmxa))
 (plugins (byte ppx_deriving_yojson.cma) (native ppx_deriving_yojson.cmxs))
 (native_archives ppx_deriving_yojson.a)
 (requires ppxlib.ast ppxlib ppx_deriving.api)
 (ppx_runtime_deps ppx_deriving_yojson.runtime yojson)
 (main_module_name Ppx_deriving_yojson)
 (modes byte native)
 (modules
  (singleton
   (name Ppx_deriving_yojson)
   (obj_name ppx_deriving_yojson)
   (visibility public)
   (impl))))
(library
 (name ppx_deriving_yojson.runtime)
 (kind normal)
 (synopsis "Runtime components of [@@deriving yojson]")
 (archives
  (byte runtime/ppx_deriving_yojson_runtime.cma)
  (native runtime/ppx_deriving_yojson_runtime.cmxa))
 (plugins
  (byte runtime/ppx_deriving_yojson_runtime.cma)
  (native runtime/ppx_deriving_yojson_runtime.cmxs))
 (native_archives runtime/ppx_deriving_yojson_runtime.a)
 (requires ppx_deriving.runtime result)
 (main_module_name Ppx_deriving_yojson_runtime)
 (modes byte native)
 (modules
  (singleton
   (name Ppx_deriving_yojson_runtime)
   (obj_name ppx_deriving_yojson_runtime)
   (visibility public)
   (impl)
   (intf))))
