(lang dune 1.11)
(name ppx_stable)
(version v0.12.0)
(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))
 (foreign_archives (native ppx_stable.a))
 (requires base compiler-libs.common ppxlib)
 (main_module_name Ppx_stable)
 (modes byte native)
 (modules
  (singleton
   (name Ppx_stable)
   (obj_name ppx_stable)
   (visibility public)
   (impl)
   (intf))))
