(lang dune 3.4)
(name ppx_stable)
(version 0.15.0)
(sections
 (lib /usr/lib64/ocaml/ppx_stable)
 (libexec /usr/lib64/ocaml/ppx_stable)
 (doc /usr/doc/ppx_stable))
(files
 (lib
  (META
   dune-package
   generic_map.ml
   generic_map.mli
   opam
   ppx_stable.a
   ppx_stable.cma
   ppx_stable.cmi
   ppx_stable.cmt
   ppx_stable.cmti
   ppx_stable.cmx
   ppx_stable.cmxa
   ppx_stable.ml
   ppx_stable.mli
   ppx_stable__.cmi
   ppx_stable__.cmt
   ppx_stable__.cmx
   ppx_stable__.ml
   ppx_stable__Generic_map.cmi
   ppx_stable__Generic_map.cmt
   ppx_stable__Generic_map.cmti
   ppx_stable__Generic_map.cmx))
 (libexec (ppx_stable.cmxs))
 (doc (LICENSE.md README.md)))
(library
 (name ppx_stable)
 (kind ppx_deriver)
 (archives (byte ppx_stable.cma) (native ppx_stable.cmxa))
 (plugins (byte ppx_stable.cma) (native ppx_stable.cmxs))
 (native_archives ppx_stable.a)
 (requires base compiler-libs.common ppxlib.ast ppxlib)
 (main_module_name Ppx_stable)
 (modes byte native)
 (modules
  (wrapped
   (main_module_name Ppx_stable)
   (modules
    ((name Generic_map)
     (obj_name ppx_stable__Generic_map)
     (visibility public)
     (impl)
     (intf))
    ((name Ppx_stable)
     (obj_name ppx_stable)
     (visibility public)
     (impl)
     (intf)))
   (alias_module
    (name Ppx_stable__)
    (obj_name ppx_stable__)
    (visibility public)
    (kind alias)
    (impl))
   (wrapped true))))
