(lang dune 3.24)
(name ppx_deriving_yaml)
(version v0.5.0)
(sections
 (lib /usr/lib64/ocaml/ppx_deriving_yaml)
 (libexec /usr/lib64/ocaml/ppx_deriving_yaml)
 (doc /usr/doc/ppx_deriving_yaml))
(files
 (lib
  (META
   common/ppx_deriving_yaml_common.a
   common/ppx_deriving_yaml_common.cma
   common/ppx_deriving_yaml_common.cmi
   common/ppx_deriving_yaml_common.cmt
   common/ppx_deriving_yaml_common.cmti
   common/ppx_deriving_yaml_common.cmx
   common/ppx_deriving_yaml_common.cmxa
   common/ppx_deriving_yaml_common.ml
   common/ppx_deriving_yaml_common.mli
   dune-package
   opam
   ppx_deriving_yaml.a
   ppx_deriving_yaml.cma
   ppx_deriving_yaml.cmi
   ppx_deriving_yaml.cmt
   ppx_deriving_yaml.cmx
   ppx_deriving_yaml.cmxa
   ppx_deriving_yaml.ml
   runtime/ppx_deriving_yaml_runtime.a
   runtime/ppx_deriving_yaml_runtime.cma
   runtime/ppx_deriving_yaml_runtime.cmi
   runtime/ppx_deriving_yaml_runtime.cmt
   runtime/ppx_deriving_yaml_runtime.cmti
   runtime/ppx_deriving_yaml_runtime.cmx
   runtime/ppx_deriving_yaml_runtime.cmxa
   runtime/ppx_deriving_yaml_runtime.ml
   runtime/ppx_deriving_yaml_runtime.mli
   types/ppx_deriving_yaml_types.a
   types/ppx_deriving_yaml_types.cma
   types/ppx_deriving_yaml_types.cmi
   types/ppx_deriving_yaml_types.cmt
   types/ppx_deriving_yaml_types.cmx
   types/ppx_deriving_yaml_types.cmxa
   types/ppx_deriving_yaml_types.ml))
 (libexec
  (common/ppx_deriving_yaml_common.cmxs
   ppx_deriving_yaml.cmxs
   runtime/ppx_deriving_yaml_runtime.cmxs
   types/ppx_deriving_yaml_types.cmxs))
 (doc (CHANGES.md LICENSE.md README.md odoc-pages/index.mld)))
(library
 (name ppx_deriving_yaml)
 (kind ppx_deriver)
 (archives (byte ppx_deriving_yaml.cma) (native ppx_deriving_yaml.cmxa))
 (plugins (byte ppx_deriving_yaml.cma) (native ppx_deriving_yaml.cmxs))
 (native_archives ppx_deriving_yaml.a)
 (requires ppxlib.ast ppxlib ppx_deriving_yaml.common yaml)
 (ppx_runtime_deps ppx_deriving_yaml.runtime yaml)
 (main_module_name Ppx_deriving_yaml)
 (modes byte native)
 (modules
  (singleton
   (obj_name ppx_deriving_yaml)
   (visibility public)
   (source (path Ppx_deriving_yaml) (impl (path ppx_deriving_yaml.ml))))))
(library
 (name ppx_deriving_yaml.common)
 (kind normal)
 (archives
  (byte common/ppx_deriving_yaml_common.cma)
  (native common/ppx_deriving_yaml_common.cmxa))
 (plugins
  (byte common/ppx_deriving_yaml_common.cma)
  (native common/ppx_deriving_yaml_common.cmxs))
 (native_archives common/ppx_deriving_yaml_common.a)
 (requires ppxlib.ast ppxlib)
 (main_module_name Ppx_deriving_yaml_common)
 (modes byte native)
 (modules
  (singleton
   (obj_name ppx_deriving_yaml_common)
   (visibility public)
   (source
    (path Ppx_deriving_yaml_common)
    (intf (path common/ppx_deriving_yaml_common.mli))
    (impl (path common/ppx_deriving_yaml_common.ml))))))
(library
 (name ppx_deriving_yaml.runtime)
 (kind normal)
 (archives
  (byte runtime/ppx_deriving_yaml_runtime.cma)
  (native runtime/ppx_deriving_yaml_runtime.cmxa))
 (plugins
  (byte runtime/ppx_deriving_yaml_runtime.cma)
  (native runtime/ppx_deriving_yaml_runtime.cmxs))
 (native_archives runtime/ppx_deriving_yaml_runtime.a)
 (requires ppx_deriving_yaml.types yaml)
 (main_module_name Ppx_deriving_yaml_runtime)
 (modes byte native)
 (modules
  (singleton
   (obj_name ppx_deriving_yaml_runtime)
   (visibility public)
   (source
    (path Ppx_deriving_yaml_runtime)
    (intf (path runtime/ppx_deriving_yaml_runtime.mli))
    (impl (path runtime/ppx_deriving_yaml_runtime.ml))))))
(library
 (name ppx_deriving_yaml.types)
 (kind normal)
 (archives
  (byte types/ppx_deriving_yaml_types.cma)
  (native types/ppx_deriving_yaml_types.cmxa))
 (plugins
  (byte types/ppx_deriving_yaml_types.cma)
  (native types/ppx_deriving_yaml_types.cmxs))
 (native_archives types/ppx_deriving_yaml_types.a)
 (main_module_name Ppx_deriving_yaml_types)
 (modes byte native)
 (modules
  (singleton
   (obj_name ppx_deriving_yaml_types)
   (visibility public)
   (source
    (path Ppx_deriving_yaml_types)
    (impl (path types/ppx_deriving_yaml_types.ml))))))
